#709C18

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

Shades of Christi #709C18

Tints of Christi #709C18

Color information

#709C18 (or 0x709C18) is unknown color: approx Christi. HEX triplet: 70, 9C and 18. RGB value is (112,156,24). Sum of RGB (Red+Green+Blue) = 112+156+24=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #709C18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C18 is #8F63E7. Grayscale: #808080. Windows color (decimal): -9397224 or 1612912. OLE color: 1612912.

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

Color convert

RGB11215624-
CMYK0.2800.850.39
HSL80º73.33%35.29%-
HSV(B)80º84.62%61.18%-
XYZ18.7427.295.14-
YUV127.869.42116.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 156 (61.33% from 255) = 53.42%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=38.36%
G=53.42%
B=8.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112156240.2800.850.398073.3335.29
Hex709C181C05527504923
Octal160234303401254712011143
Binary11100001001110011000111000101010110011110100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,156,24); }

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

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

 a { background-color: rgb(112,156,24); }

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

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

 span { border-color: rgb(112,156,24); }

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