Html Css Color HEX #708B32 Olive Drab

📋 copy color: '#708B32'

red 112 ◦ green 139 ◦ blue 50

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

Shades of Olive Drab #708B32

Tints of Olive Drab #708B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.18%

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

R = 37.21%
G = 46.18%
B = 16.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#708B32 (or 0x708B32) is known color: Olive Drab. HEX triplet: 70, 8B and 32. RGB value is (112,139,50). Sum of RGB (Red+Green+Blue) = 112+139+50=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #708B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B32 is #8F74CD. Grayscale: #797979. Windows color (decimal): -9401550 or 3312496. OLE color: 3312496.

HSL color Cylindrical-coordinate representation of color #708B32: hue angle of 78.2º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #708B32 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 50 -
CMYK 0.19 0 0.64 0.45
HSL 78.2º 0.47% 0.37% -
HSV(B) 78.2º 0.64% 0.55% -
XYZ 16.49 22.14 6.42 -
YUV 120.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 112 139 50 0.19 0 0.64 0.45 78.2 0.47 0.37
Hex 70 8B 32 13 0 40 2D 4E 2F 25
Octal 160 213 62 23 0 100 55 116 57 45
Binary 1110000 10001011 110010 10011 0 1000000 101101 1001110 101111 100101

Color Harmonies of #708B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B32

Black with #708B32

Text Example


Text Example

White with #708B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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