#868068

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

Shades of Olive Haze #868068

Tints of Olive Haze #868068

Color information

#868068 (or 0x868068) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 68. RGB value is (134,128,104). Sum of RGB (Red+Green+Blue) = 134+128+104=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #868068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868068 is #797F97. Grayscale: #7F7F7F. Windows color (decimal): -7962520 or 6848646. OLE color: 6848646.

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

Color convert

RGB134128104-
CMYK00.040.220.47
HSL48º12.61%46.67%-
HSV(B)48º22.39%52.55%-
XYZ20.0521.5116.19-
YUV127.06114.99132.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=36.61%
G=34.97%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412810400.040.220.474812.6146.67
Hex86806804162F30d2f
Octal206200150042657601557
Binary100001101000000011010000100101101011111100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868068; }

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

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

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

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

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

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

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

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