Html Css Color HEX #709E16 Christi

📋 copy color: '#709E16'

red 112 ◦ green 158 ◦ blue 22

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

Shades of Christi #709E16

Tints of Christi #709E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.11%

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

R = 38.36%
G = 54.11%
B = 7.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#709E16 (or 0x709E16) is known color: Christi. HEX triplet: 70, 9E and 16. RGB value is (112,158,22). Sum of RGB (Red+Green+Blue) = 112+158+22=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #709E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709E16 is #8F61E9. Grayscale: #818181. Windows color (decimal): -9396714 or 1482352. OLE color: 1482352.

HSL color Cylindrical-coordinate representation of color #709E16: hue angle of 80.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709E16 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 158 22 -
CMYK 0.29 0 0.86 0.38
HSL 80.29º 0.76% 0.35% -
HSV(B) 80.29º 0.86% 0.62% -
XYZ 19.05 27.96 5.15 -
YUV 128.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 112 158 22 0.29 0 0.86 0.38 80.29 0.76 0.35
Hex 70 9E 16 1D 0 56 26 50 4C 23
Octal 160 236 26 35 0 126 46 120 114 43
Binary 1110000 10011110 10110 11101 0 1010110 100110 1010000 1001100 100011

Color Harmonies of #709E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E16

Black with #709E16

Text Example


Text Example

White with #709E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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