#817D67

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

Shades of Olive Haze #817D67

Tints of Olive Haze #817D67

Color information

#817D67 (or 0x817D67) is unknown color: approx Olive Haze. HEX triplet: 81, 7D and 67. RGB value is (129,125,103). Sum of RGB (Red+Green+Blue) = 129+125+103=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D67 is #7E8298. Grayscale: #7B7B7B. Windows color (decimal): -8290969 or 6782337. OLE color: 6782337.

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

Color convert

RGB129125103-
CMYK00.030.200.49
HSL50.77º11.21%45.49%-
HSV(B)50.77º20.16%50.59%-
XYZ18.8420.3115.76-
YUV123.69116.33131.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=36.13%
G=35.01%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912510300.030.200.4950.7711.2145.49
Hex817D6703143133b2d
Octal201175147032461631355
Binary1000000111111011100111011101001100011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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