#817B60

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

Shades of Olive Haze #817B60

Tints of Olive Haze #817B60

Color information

#817B60 (or 0x817B60) is unknown color: approx Olive Haze. HEX triplet: 81, 7B and 60. RGB value is (129,123,96). Sum of RGB (Red+Green+Blue) = 129+123+96=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #817B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B60 is #7E849F. Grayscale: #797979. Windows color (decimal): -8291488 or 6323073. OLE color: 6323073.

HSL color Cylindrical-coordinate representation of color #817B60: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817B60 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12912396-
CMYK00.050.260.49
HSL49.09º14.67%44.12%-
HSV(B)49.09º25.58%50.59%-
XYZ18.2519.6813.9-
YUV121.72113.49133.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=37.07%
G=35.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291239600.050.260.4949.0914.6744.12
Hex817B60051A3131f2c
Octal201173140053261611754
Binary10000001111101111000000101110101100011100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817B60; }

 p { color: rgb(129,123,96); }

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

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

 a { background-color: rgb(129,123,96); }

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

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

 span { border-color: rgb(129,123,96); }

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