Html Css Color HEX #709B16 Christi

📋 copy color: '#709B16'

red 112 ◦ green 155 ◦ blue 22

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

Shades of Christi #709B16

Tints of Christi #709B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.63%

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

R = 38.75%
G = 53.63%
B = 7.61%

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

#709B16 (or 0x709B16) is known color: Christi. HEX triplet: 70, 9B and 16. RGB value is (112,155,22). Sum of RGB (Red+Green+Blue) = 112+155+22=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #709B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B16 is #8F64E9. Grayscale: #7F7F7F. Windows color (decimal): -9397482 or 1481584. OLE color: 1481584.

HSL color Cylindrical-coordinate representation of color #709B16: hue angle of 79.4º 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 #709B16 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 22 -
CMYK 0.28 0 0.86 0.39
HSL 79.4º 0.75% 0.35% -
HSV(B) 79.4º 0.86% 0.61% -
XYZ 18.55 26.95 4.98 -
YUV 126.98 68.75 117.31 -
System Red Green Blue C M Y K H S L
Decimal 112 155 22 0.28 0 0.86 0.39 79.4 0.75 0.35
Hex 70 9B 16 1C 0 56 27 4F 4B 23
Octal 160 233 26 34 0 126 47 117 113 43
Binary 1110000 10011011 10110 11100 0 1010110 100111 1001111 1001011 100011

Color Harmonies of #709B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B16

Black with #709B16

Text Example


Text Example

White with #709B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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