Html Css Color HEX #709136 Olive Drab

📋 copy color: '#709136'

red 112 ◦ green 145 ◦ blue 54

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

Shades of Olive Drab #709136

Tints of Olive Drab #709136

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 36.01%
G = 46.62%
B = 17.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#709136 (or 0x709136) is known color: Olive Drab. HEX triplet: 70, 91 and 36. RGB value is (112,145,54). Sum of RGB (Red+Green+Blue) = 112+145+54=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #709136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709136 is #8F6EC9. Grayscale: #7D7D7D. Windows color (decimal): -9400010 or 3576176. OLE color: 3576176.

HSL color Cylindrical-coordinate representation of color #709136: hue angle of 81.76º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #709136 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 54 -
CMYK 0.23 0 0.63 0.43
HSL 81.76º 0.46% 0.39% -
HSV(B) 81.76º 0.63% 0.57% -
XYZ 17.47 23.96 7.19 -
YUV 124.76 88.07 118.9 -
System Red Green Blue C M Y K H S L
Decimal 112 145 54 0.23 0 0.63 0.43 81.76 0.46 0.39
Hex 70 91 36 17 0 3F 2B 52 2E 27
Octal 160 221 66 27 0 77 53 122 56 47
Binary 1110000 10010001 110110 10111 0 111111 101011 1010010 101110 100111

Color Harmonies of #709136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709136

Black with #709136

Text Example


Text Example

White with #709136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709136; }

 p { color: rgb(112,145,54); }

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

background-color css

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

 a { background-color: rgb(112,145,54); }

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

border-color css

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

 span { border-color: rgb(112,145,54); }

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