Html Css Color HEX #709331 Olive Drab

📋 copy color: '#709331'

red 112 ◦ green 147 ◦ blue 49

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

Shades of Olive Drab #709331

Tints of Olive Drab #709331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

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

R = 36.36%
G = 47.73%
B = 15.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#709331 (or 0x709331) is known color: Olive Drab. HEX triplet: 70, 93 and 31. RGB value is (112,147,49). Sum of RGB (Red+Green+Blue) = 112+147+49=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #709331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709331 is #8F6CCE. Grayscale: #7D7D7D. Windows color (decimal): -9399503 or 3249008. OLE color: 3249008.

HSL color Cylindrical-coordinate representation of color #709331: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709331 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 49 -
CMYK 0.24 0 0.67 0.42
HSL 81.43º 0.5% 0.38% -
HSV(B) 81.43º 0.67% 0.58% -
XYZ 17.67 24.53 6.71 -
YUV 125.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 112 147 49 0.24 0 0.67 0.42 81.43 0.5 0.38
Hex 70 93 31 18 0 43 2A 51 32 26
Octal 160 223 61 30 0 103 52 121 62 46
Binary 1110000 10010011 110001 11000 0 1000011 101010 1010001 110010 100110

Color Harmonies of #709331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709331

Black with #709331

Text Example


Text Example

White with #709331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709331; }

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

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

background-color css

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

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

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

border-color css

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

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

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