Html Css Color HEX #709D12 Christi

📋 copy color: '#709D12'

red 112 ◦ green 157 ◦ blue 18

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

Shades of Christi #709D12

Tints of Christi #709D12

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.7%

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 39.02%
G = 54.7%
B = 6.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#709D12 (or 0x709D12) is known color: Christi. HEX triplet: 70, 9D and 12. RGB value is (112,157,18). Sum of RGB (Red+Green+Blue) = 112+157+18=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #709D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D12 is #8F62ED. Grayscale: #808080. Windows color (decimal): -9396974 or 1219952. OLE color: 1219952.

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

Color convert

RGB 112 157 18 -
CMYK 0.29 0 0.89 0.38
HSL 79.42º 0.79% 0.34% -
HSV(B) 79.42º 0.89% 0.62% -
XYZ 18.85 27.6 4.91 -
YUV 127.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 112 157 18 0.29 0 0.89 0.38 79.42 0.79 0.34
Hex 70 9D 12 1D 0 59 26 4F 4F 22
Octal 160 235 22 35 0 131 46 117 117 42
Binary 1110000 10011101 10010 11101 0 1011001 100110 1001111 1001111 100010

Color Harmonies of #709D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D12

Black with #709D12

Text Example


Text Example

White with #709D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,157,18); }

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

background-color css

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

 a { background-color: rgb(112,157,18); }

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

border-color css

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

 span { border-color: rgb(112,157,18); }

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