#709B11

Color #709B11 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #709B11

Tints of Christi #709B11

Color information

#709B11 (or 0x709B11) is unknown color: approx Christi. HEX triplet: 70, 9B and 11. RGB value is (112,155,17). Sum of RGB (Red+Green+Blue) = 112+155+17=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #709B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B11 is #8F64EE. Grayscale: #7E7E7E. Windows color (decimal): -9397487 or 1153904. OLE color: 1153904.

HSL color Cylindrical-coordinate representation of color #709B11: hue angle of 78.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #709B11 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB11215517-
CMYK0.2800.890.39
HSL78.7º80.23%33.73%-
HSV(B)78.7º89.03%60.78%-
XYZ18.526.934.75-
YUV126.4166.25117.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=39.44%
G=54.58%
B=5.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112155170.2800.890.3978.780.2333.73
Hex709B111C059274f5022
Octal160233213401314711712042
Binary11100001001101110001111000101100110011110011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709B11; }

 p { color: rgb(112,155,17); }

 H1.HeaderClassName
 {
   color: #709B11;
 }
 .AnyTagClassName
 {
   color: #709B11;
 }
</style>
background-color css

<style>
 a { background-color: #709B11; }

 a { background-color: rgb(112,155,17); }

 div.DivClassName
 {
   background-color: #709B11;
 }
 .BgClassName
 {
   background-color: #709B11;
 }
</style>
border-color css

<style>
 span { border-color: #709B11; }

 span { border-color: rgb(112,155,17); }

 td.TdClassName
 {
   border-color: #709B11;
 }
 .TagClassName
 {
   border-color: #709B11;
 }
</style>