#709A14

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

Shades of Christi #709A14

Tints of Christi #709A14

Color information

#709A14 (or 0x709A14) is unknown color: approx Christi. HEX triplet: 70, 9A and 14. RGB value is (112,154,20). Sum of RGB (Red+Green+Blue) = 112+154+20=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #709A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709A14 is #8F65EB. Grayscale: #7E7E7E. Windows color (decimal): -9397740 or 1350256. OLE color: 1350256.

HSL color Cylindrical-coordinate representation of color #709A14: hue angle of 78.81º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #709A14 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB11215420-
CMYK0.2700.870.40
HSL78.81º77.01%34.12%-
HSV(B)78.81º87.01%60.39%-
XYZ18.3626.614.83-
YUV126.1768.09117.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 154 (60.55% from 255) = 53.85%
BLUE value IS 20 (8.20% from 255) = 6.99%
R=39.16%
G=53.85%
B=6.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112154200.2700.870.4078.8177.0134.12
Hex709A141B057284f4d22
Octal160232243301275011711542
Binary11100001001101010100110110101011110100010011111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,20); }

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

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

 a { background-color: rgb(112,154,20); }

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

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

 span { border-color: rgb(112,154,20); }

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