Html Css Color HEX #708132 Olive Drab

📋 copy color: '#708132'

red 112 ◦ green 129 ◦ blue 50

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

Shades of Olive Drab #708132

Tints of Olive Drab #708132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

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

R = 38.49%
G = 44.33%
B = 17.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#708132 (or 0x708132) is known color: Olive Drab. HEX triplet: 70, 81 and 32. RGB value is (112,129,50). Sum of RGB (Red+Green+Blue) = 112+129+50=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #708132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708132 is #8F7ECD. Grayscale: #737373. Windows color (decimal): -9404110 or 3309936. OLE color: 3309936.

HSL color Cylindrical-coordinate representation of color #708132: hue angle of 72.91º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708132 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 50 -
CMYK 0.13 0 0.61 0.49
HSL 72.91º 0.44% 0.35% -
HSV(B) 72.91º 0.61% 0.51% -
XYZ 15.11 19.38 5.96 -
YUV 114.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 112 129 50 0.13 0 0.61 0.49 72.91 0.44 0.35
Hex 70 81 32 D 0 3D 31 49 2C 23
Octal 160 201 62 15 0 75 61 111 54 43
Binary 1110000 10000001 110010 1101 0 111101 110001 1001001 101100 100011

Color Harmonies of #708132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708132

Black with #708132

Text Example


Text Example

White with #708132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708132; }

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

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

background-color css

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

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

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

border-color css

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

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

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