Html Css Color HEX #709031 Olive Drab

📋 copy color: '#709031'

red 112 ◦ green 144 ◦ blue 49

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

Shades of Olive Drab #709031

Tints of Olive Drab #709031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 36.72%
G = 47.21%
B = 16.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#709031 (or 0x709031) is known color: Olive Drab. HEX triplet: 70, 90 and 31. RGB value is (112,144,49). Sum of RGB (Red+Green+Blue) = 112+144+49=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #709031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709031 is #8F6FCE. Grayscale: #7B7B7B. Windows color (decimal): -9400271 or 3248240. OLE color: 3248240.

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

Color convert

RGB 112 144 49 -
CMYK 0.22 0 0.66 0.44
HSL 80.21º 0.49% 0.38% -
HSV(B) 80.21º 0.66% 0.56% -
XYZ 17.21 23.61 6.56 -
YUV 123.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 112 144 49 0.22 0 0.66 0.44 80.21 0.49 0.38
Hex 70 90 31 16 0 42 2C 50 31 26
Octal 160 220 61 26 0 102 54 120 61 46
Binary 1110000 10010000 110001 10110 0 1000010 101100 1010000 110001 100110

Color Harmonies of #709031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709031

Black with #709031

Text Example


Text Example

White with #709031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709031; }

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

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

background-color css

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

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

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

border-color css

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

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

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