Html Css Color HEX #709332 Olive Drab

📋 copy color: '#709332'

red 112 ◦ green 147 ◦ blue 50

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

Shades of Olive Drab #709332

Tints of Olive Drab #709332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 36.25%
G = 47.57%
B = 16.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#709332 (or 0x709332) is known color: Olive Drab. HEX triplet: 70, 93 and 32. RGB value is (112,147,50). Sum of RGB (Red+Green+Blue) = 112+147+50=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #709332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709332 is #8F6CCD. Grayscale: #7D7D7D. Windows color (decimal): -9399502 or 3314544. OLE color: 3314544.

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

Color convert

RGB 112 147 50 -
CMYK 0.24 0 0.66 0.42
HSL 81.65º 0.49% 0.39% -
HSV(B) 81.65º 0.66% 0.58% -
XYZ 17.69 24.54 6.82 -
YUV 125.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 112 147 50 0.24 0 0.66 0.42 81.65 0.49 0.39
Hex 70 93 32 18 0 42 2A 52 31 27
Octal 160 223 62 30 0 102 52 122 61 47
Binary 1110000 10010011 110010 11000 0 1000010 101010 1010010 110001 100111

Color Harmonies of #709332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709332

Black with #709332

Text Example


Text Example

White with #709332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709332; }

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

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

background-color css

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

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

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

border-color css

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

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

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