#817D65

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

Shades of Olive Haze #817D65

Tints of Olive Haze #817D65

Color information

#817D65 (or 0x817D65) is unknown color: approx Olive Haze. HEX triplet: 81, 7D and 65. RGB value is (129,125,101). Sum of RGB (Red+Green+Blue) = 129+125+101=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #817D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D65 is #7E829A. Grayscale: #7B7B7B. Windows color (decimal): -8290971 or 6651265. OLE color: 6651265.

HSL color Cylindrical-coordinate representation of color #817D65: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817D65 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB129125101-
CMYK00.030.220.49
HSL51.43º12.17%45.1%-
HSV(B)51.43º21.71%50.59%-
XYZ18.7420.2715.24-
YUV123.46115.33131.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=36.34%
G=35.21%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912510100.030.220.4951.4312.1745.1
Hex817D6503163133c2d
Octal201175145032661631455
Binary1000000111111011100101011101101100011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,101); }

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

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

 a { background-color: rgb(129,125,101); }

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

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

 span { border-color: rgb(129,125,101); }

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