Html Css Color HEX #709D10 Christi

📋 copy color: '#709D10'

red 112 ◦ green 157 ◦ blue 16

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

Shades of Christi #709D10

Tints of Christi #709D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 39.3%
G = 55.09%
B = 5.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#709D10 (or 0x709D10) is known color: Christi. HEX triplet: 70, 9D and 10. RGB value is (112,157,16). Sum of RGB (Red+Green+Blue) = 112+157+16=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #709D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D10 is #8F62EF. Grayscale: #7F7F7F. Windows color (decimal): -9396976 or 1088880. OLE color: 1088880.

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

Color convert

RGB 112 157 16 -
CMYK 0.29 0 0.90 0.38
HSL 79.15º 0.82% 0.34% -
HSV(B) 79.15º 0.9% 0.62% -
XYZ 18.83 27.6 4.82 -
YUV 127.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 112 157 16 0.29 0 0.90 0.38 79.15 0.82 0.34
Hex 70 9D 10 1D 0 5A 26 4F 52 22
Octal 160 235 20 35 0 132 46 117 122 42
Binary 1110000 10011101 10000 11101 0 1011010 100110 1001111 1010010 100010

Color Harmonies of #709D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D10

Black with #709D10

Text Example


Text Example

White with #709D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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