#708638

Color #708638 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #708638

Tints of Olive Drab #708638

Color information

#708638 (or 0x708638) is unknown color: approx Olive Drab. HEX triplet: 70, 86 and 38. RGB value is (112,134,56). Sum of RGB (Red+Green+Blue) = 112+134+56=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #708638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708638 is #8F79C7. Grayscale: #767676. Windows color (decimal): -9402824 or 3704432. OLE color: 3704432.

HSL color Cylindrical-coordinate representation of color #708638: hue angle of 76.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #708638 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB11213456-
CMYK0.1600.580.47
HSL76.92º41.05%37.25%-
HSV(B)76.92º58.21%52.55%-
XYZ15.9220.786.91-
YUV118.5392.71123.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=37.09%
G=44.37%
B=18.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134560.1600.580.4776.9241.0537.25
Hex7086381003A2F4d2925
Octal1602067020072571155145
Binary1110000100001101110001000001110101011111001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708638; }

 p { color: rgb(112,134,56); }

 H1.HeaderClassName
 {
   color: #708638;
 }
 .AnyTagClassName
 {
   color: #708638;
 }
</style>
background-color css

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

 a { background-color: rgb(112,134,56); }

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

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

 span { border-color: rgb(112,134,56); }

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