#709B19

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

Shades of Christi #709B19

Tints of Christi #709B19

Color information

#709B19 (or 0x709B19) is unknown color: approx Christi. HEX triplet: 70, 9B and 19. RGB value is (112,155,25). Sum of RGB (Red+Green+Blue) = 112+155+25=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #709B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B19 is #8F64E6. Grayscale: #7F7F7F. Windows color (decimal): -9397479 or 1678192. OLE color: 1678192.

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

Color convert

RGB11215525-
CMYK0.2800.840.39
HSL79.85º72.22%35.29%-
HSV(B)79.85º83.87%60.78%-
XYZ18.5826.965.14-
YUV127.3270.25117.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=38.36%
G=53.08%
B=8.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112155250.2800.840.3979.8572.2235.29
Hex709B191C05427504823
Octal160233313401244712011043
Binary11100001001101111001111000101010010011110100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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