#708827

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

Shades of Olive Drab #708827

Tints of Olive Drab #708827

Color information

#708827 (or 0x708827) is unknown color: approx Olive Drab. HEX triplet: 70, 88 and 27. RGB value is (112,136,39). Sum of RGB (Red+Green+Blue) = 112+136+39=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #708827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708827 is #8F77D8. Grayscale: #767676. Windows color (decimal): -9402329 or 2590832. OLE color: 2590832.

HSL color Cylindrical-coordinate representation of color #708827: hue angle of 74.85º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #708827 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB11213639-
CMYK0.1800.710.47
HSL74.85º55.43%34.31%-
HSV(B)74.85º71.32%53.33%-
XYZ15.8521.25.18-
YUV117.7783.55123.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 39 (15.62% from 255) = 13.59%
R=39.02%
G=47.39%
B=13.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136390.1800.710.4774.8555.4334.31
Hex708827120472F4b3722
Octal16021047220107571136742
Binary11100001000100010011110010010001111011111001011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708827; }

 p { color: rgb(112,136,39); }

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

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

 a { background-color: rgb(112,136,39); }

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

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

 span { border-color: rgb(112,136,39); }

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