#878168

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

Shades of Olive Haze #878168

Tints of Olive Haze #878168

Color information

#878168 (or 0x878168) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 68. RGB value is (135,129,104). Sum of RGB (Red+Green+Blue) = 135+129+104=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #878168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878168 is #787E97. Grayscale: #808080. Windows color (decimal): -7896728 or 6848903. OLE color: 6848903.

HSL color Cylindrical-coordinate representation of color #878168: hue angle of 48.39º 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 #878168 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB135129104-
CMYK00.040.230.47
HSL48.39º12.97%46.86%-
HSV(B)48.39º22.96%52.94%-
XYZ20.3421.8516.24-
YUV127.94114.49133.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=36.68%
G=35.05%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512910400.040.230.4748.3912.9746.86
Hex87816804172F30d2f
Octal207201150042757601557
Binary100001111000000111010000100101111011111100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878168; }

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

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

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

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

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

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

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

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