Html Css Color HEX #709C16 Christi

📋 copy color: '#709C16'

red 112 ◦ green 156 ◦ blue 22

#709C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #709C16

Tints of Christi #709C16

RGB

 RED value IS 112 (44.14% from 255) = 38.62%

 GREEN value IS 156 (61.33% from 255) = 53.79%

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 38.62%
G = 53.79%
B = 7.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#709C16 (or 0x709C16) is known color: Christi. HEX triplet: 70, 9C and 16. RGB value is (112,156,22). Sum of RGB (Red+Green+Blue) = 112+156+22=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #709C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C16 is #8F63E9. Grayscale: #808080. Windows color (decimal): -9397226 or 1481840. OLE color: 1481840.

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

Color convert

RGB 112 156 22 -
CMYK 0.28 0 0.86 0.39
HSL 79.7º 0.75% 0.35% -
HSV(B) 79.7º 0.86% 0.61% -
XYZ 18.72 27.28 5.04 -
YUV 127.57 68.42 116.9 -
System Red Green Blue C M Y K H S L
Decimal 112 156 22 0.28 0 0.86 0.39 79.7 0.75 0.35
Hex 70 9C 16 1C 0 56 27 50 4B 23
Octal 160 234 26 34 0 126 47 120 113 43
Binary 1110000 10011100 10110 11100 0 1010110 100111 1010000 1001011 100011

Color Harmonies of #709C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C16

Black with #709C16

Text Example


Text Example

White with #709C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709C16;
 }
 .AnyTagClassName
 {
   color: #709C16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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