Html Css Color HEX #709710 Olive Drab

📋 copy color: '#709710'

red 112 ◦ green 151 ◦ blue 16

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

Shades of Olive Drab #709710

Tints of Olive Drab #709710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.12%

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

R = 40.14%
G = 54.12%
B = 5.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#709710 (or 0x709710) is known color: Olive Drab. HEX triplet: 70, 97 and 10. RGB value is (112,151,16). Sum of RGB (Red+Green+Blue) = 112+151+16=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #709710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709710 is #8F68EF. Grayscale: #7C7C7C. Windows color (decimal): -9398512 or 1087344. OLE color: 1087344.

HSL color Cylindrical-coordinate representation of color #709710: hue angle of 77.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #709710 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 16 -
CMYK 0.26 0 0.89 0.41
HSL 77.33º 0.81% 0.33% -
HSV(B) 77.33º 0.89% 0.59% -
XYZ 17.84 25.62 4.49 -
YUV 123.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 112 151 16 0.26 0 0.89 0.41 77.33 0.81 0.33
Hex 70 97 10 1A 0 59 29 4D 51 21
Octal 160 227 20 32 0 131 51 115 121 41
Binary 1110000 10010111 10000 11010 0 1011001 101001 1001101 1010001 100001

Color Harmonies of #709710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709710

Black with #709710

Text Example


Text Example

White with #709710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709710; }

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

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

background-color css

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

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

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

border-color css

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

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

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