Html Css Color HEX #708332 Olive Drab

📋 copy color: '#708332'

red 112 ◦ green 131 ◦ blue 50

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

Shades of Olive Drab #708332

Tints of Olive Drab #708332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 38.23%
G = 44.71%
B = 17.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#708332 (or 0x708332) is known color: Olive Drab. HEX triplet: 70, 83 and 32. RGB value is (112,131,50). Sum of RGB (Red+Green+Blue) = 112+131+50=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #708332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708332 is #8F7CCD. Grayscale: #747474. Windows color (decimal): -9403598 or 3310448. OLE color: 3310448.

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

Color convert

RGB 112 131 50 -
CMYK 0.15 0 0.62 0.49
HSL 74.07º 0.45% 0.35% -
HSV(B) 74.07º 0.62% 0.51% -
XYZ 15.37 19.91 6.05 -
YUV 116.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 112 131 50 0.15 0 0.62 0.49 74.07 0.45 0.35
Hex 70 83 32 F 0 3E 31 4A 2D 23
Octal 160 203 62 17 0 76 61 112 55 43
Binary 1110000 10000011 110010 1111 0 111110 110001 1001010 101101 100011

Color Harmonies of #708332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708332

Black with #708332

Text Example


Text Example

White with #708332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708332; }

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

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

background-color css

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

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

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

border-color css

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

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

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