#817C61

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

Shades of Olive Haze #817C61

Tints of Olive Haze #817C61

Color information

#817C61 (or 0x817C61) is unknown color: approx Olive Haze. HEX triplet: 81, 7C and 61. RGB value is (129,124,97). Sum of RGB (Red+Green+Blue) = 129+124+97=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #817C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C61 is #7E839E. Grayscale: #7A7A7A. Windows color (decimal): -8291231 or 6388865. OLE color: 6388865.

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

Color convert

RGB12912497-
CMYK00.040.250.49
HSL50.62º14.16%44.31%-
HSV(B)50.62º24.81%50.59%-
XYZ18.4219.9514.19-
YUV122.42113.66132.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=36.86%
G=35.43%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291249700.040.250.4950.6214.1644.31
Hex817C6104193133e2c
Octal201174141043161631654
Binary10000001111110011000010100110011100011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,124,97); }

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

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

 a { background-color: rgb(129,124,97); }

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

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

 span { border-color: rgb(129,124,97); }

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