#817B61

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

Shades of Olive Haze #817B61

Tints of Olive Haze #817B61

Color information

#817B61 (or 0x817B61) is unknown color: approx Olive Haze. HEX triplet: 81, 7B and 61. RGB value is (129,123,97). Sum of RGB (Red+Green+Blue) = 129+123+97=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 129 - color contains mainly: red. Hex color #817B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B61 is #7E849E. Grayscale: #797979. Windows color (decimal): -8291487 or 6388609. OLE color: 6388609.

HSL color Cylindrical-coordinate representation of color #817B61: hue angle of 48.75º 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 #817B61 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB12912397-
CMYK00.050.250.49
HSL48.75º14.16%44.31%-
HSV(B)48.75º24.81%50.59%-
XYZ18.2919.714.15-
YUV121.83113.99133.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=36.96%
G=35.24%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291239700.050.250.4948.7514.1644.31
Hex817B6105193131e2c
Octal201173141053161611654
Binary10000001111101111000010101110011100011100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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