Html Css Color HEX #708932 Olive Drab

📋 copy color: '#708932'

red 112 ◦ green 137 ◦ blue 50

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

Shades of Olive Drab #708932

Tints of Olive Drab #708932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

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

R = 37.46%
G = 45.82%
B = 16.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#708932 (or 0x708932) is known color: Olive Drab. HEX triplet: 70, 89 and 32. RGB value is (112,137,50). Sum of RGB (Red+Green+Blue) = 112+137+50=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #708932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708932 is #8F76CD. Grayscale: #777777. Windows color (decimal): -9402062 or 3311984. OLE color: 3311984.

HSL color Cylindrical-coordinate representation of color #708932: hue angle of 77.24º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #708932 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 50 -
CMYK 0.18 0 0.64 0.46
HSL 77.24º 0.47% 0.37% -
HSV(B) 77.24º 0.64% 0.54% -
XYZ 16.2 21.57 6.33 -
YUV 119.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 112 137 50 0.18 0 0.64 0.46 77.24 0.47 0.37
Hex 70 89 32 12 0 40 2E 4D 2F 25
Octal 160 211 62 22 0 100 56 115 57 45
Binary 1110000 10001001 110010 10010 0 1000000 101110 1001101 101111 100101

Color Harmonies of #708932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708932

Black with #708932

Text Example


Text Example

White with #708932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708932; }

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

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

background-color css

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

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

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

border-color css

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

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

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