Html Css Color HEX #709810 Olive Drab

📋 copy color: '#709810'

red 112 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #709810

Tints of Olive Drab #709810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.29%

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

R = 40%
G = 54.29%
B = 5.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#709810 (or 0x709810) is known color: Olive Drab. HEX triplet: 70, 98 and 10. RGB value is (112,152,16). Sum of RGB (Red+Green+Blue) = 112+152+16=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #709810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709810 is #8F67EF. Grayscale: #7D7D7D. Windows color (decimal): -9398256 or 1087600. OLE color: 1087600.

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

Color convert

RGB 112 152 16 -
CMYK 0.26 0 0.89 0.40
HSL 77.65º 0.81% 0.33% -
HSV(B) 77.65º 0.89% 0.6% -
XYZ 18 25.94 4.55 -
YUV 124.54 66.75 119.06 -
System Red Green Blue C M Y K H S L
Decimal 112 152 16 0.26 0 0.89 0.40 77.65 0.81 0.33
Hex 70 98 10 1A 0 59 28 4E 51 21
Octal 160 230 20 32 0 131 50 116 121 41
Binary 1110000 10011000 10000 11010 0 1011001 101000 1001110 1010001 100001

Color Harmonies of #709810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709810

Black with #709810

Text Example


Text Example

White with #709810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709810; }

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

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

background-color css

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

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

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

border-color css

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

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

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