#878068

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

Shades of Olive Haze #878068

Tints of Olive Haze #878068

Color information

#878068 (or 0x878068) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 68. RGB value is (135,128,104). Sum of RGB (Red+Green+Blue) = 135+128+104=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #878068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878068 is #787F97. Grayscale: #7F7F7F. Windows color (decimal): -7896984 or 6848647. OLE color: 6848647.

HSL color Cylindrical-coordinate representation of color #878068: hue angle of 46.45º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878068 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB135128104-
CMYK00.050.230.47
HSL46.45º12.97%46.86%-
HSV(B)46.45º22.96%52.94%-
XYZ20.2121.5916.2-
YUV127.36114.82133.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=36.78%
G=34.88%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512810400.050.230.4746.4512.9746.86
Hex87806805172F2ed2f
Octal207200150052757561557
Binary100001111000000011010000101101111011111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878068; }

 p { color: rgb(135,128,104); }

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

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

 a { background-color: rgb(135,128,104); }

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

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

 span { border-color: rgb(135,128,104); }

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