Html Css Color HEX #709131 Olive Drab

📋 copy color: '#709131'

red 112 ◦ green 145 ◦ blue 49

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

Shades of Olive Drab #709131

Tints of Olive Drab #709131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 36.6%
G = 47.39%
B = 16.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#709131 (or 0x709131) is known color: Olive Drab. HEX triplet: 70, 91 and 31. RGB value is (112,145,49). Sum of RGB (Red+Green+Blue) = 112+145+49=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #709131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709131 is #8F6ECE. Grayscale: #7C7C7C. Windows color (decimal): -9400015 or 3248496. OLE color: 3248496.

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

Color convert

RGB 112 145 49 -
CMYK 0.23 0 0.66 0.43
HSL 80.63º 0.49% 0.38% -
HSV(B) 80.63º 0.66% 0.57% -
XYZ 17.36 23.92 6.61 -
YUV 124.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 112 145 49 0.23 0 0.66 0.43 80.63 0.49 0.38
Hex 70 91 31 17 0 42 2B 51 31 26
Octal 160 221 61 27 0 102 53 121 61 46
Binary 1110000 10010001 110001 10111 0 1000010 101011 1010001 110001 100110

Color Harmonies of #709131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709131

Black with #709131

Text Example


Text Example

White with #709131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709131; }

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

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

background-color css

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

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

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

border-color css

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

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

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