#867F61

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

Shades of Olive Haze #867F61

Tints of Olive Haze #867F61

Color information

#867F61 (or 0x867F61) is unknown color: approx Olive Haze. HEX triplet: 86, 7F and 61. RGB value is (134,127,97). Sum of RGB (Red+Green+Blue) = 134+127+97=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F61 is #79809E. Grayscale: #7D7D7D. Windows color (decimal): -7962783 or 6389638. OLE color: 6389638.

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

Color convert

RGB13412797-
CMYK00.050.280.47
HSL48.65º16.02%45.29%-
HSV(B)48.65º27.61%52.55%-
XYZ19.5821.1114.35-
YUV125.67111.82133.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=37.43%
G=35.47%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341279700.050.280.4748.6516.0245.29
Hex867F61051C2F31102d
Octal206177141053457612055
Binary100001101111111110000101011110010111111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F61; }

 p { color: rgb(134,127,97); }

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

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

 a { background-color: rgb(134,127,97); }

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

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

 span { border-color: rgb(134,127,97); }

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