Html Css Color HEX #708732 Olive Drab

📋 copy color: '#708732'

red 112 ◦ green 135 ◦ blue 50

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

Shades of Olive Drab #708732

Tints of Olive Drab #708732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.45%

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

R = 37.71%
G = 45.45%
B = 16.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#708732 (or 0x708732) is known color: Olive Drab. HEX triplet: 70, 87 and 32. RGB value is (112,135,50). Sum of RGB (Red+Green+Blue) = 112+135+50=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #708732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708732 is #8F78CD. Grayscale: #767676. Windows color (decimal): -9402574 or 3311472. OLE color: 3311472.

HSL color Cylindrical-coordinate representation of color #708732: hue angle of 76.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708732 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 50 -
CMYK 0.17 0 0.63 0.47
HSL 76.24º 0.46% 0.36% -
HSV(B) 76.24º 0.63% 0.53% -
XYZ 15.92 21 6.23 -
YUV 118.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 112 135 50 0.17 0 0.63 0.47 76.24 0.46 0.36
Hex 70 87 32 11 0 3F 2F 4C 2E 24
Octal 160 207 62 21 0 77 57 114 56 44
Binary 1110000 10000111 110010 10001 0 111111 101111 1001100 101110 100100

Color Harmonies of #708732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708732

Black with #708732

Text Example


Text Example

White with #708732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708732; }

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

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

background-color css

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

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

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

border-color css

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

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

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