#817B63

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

Shades of Olive Haze #817B63

Tints of Olive Haze #817B63

Color information

#817B63 (or 0x817B63) is unknown color: approx Olive Haze. HEX triplet: 81, 7B and 63. RGB value is (129,123,99). Sum of RGB (Red+Green+Blue) = 129+123+99=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 129 - color contains mainly: red. Hex color #817B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B63 is #7E849C. Grayscale: #7A7A7A. Windows color (decimal): -8291485 or 6519681. OLE color: 6519681.

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

Color convert

RGB12912399-
CMYK00.050.230.49
HSL48º13.16%44.71%-
HSV(B)48º23.26%50.59%-
XYZ18.3919.7314.64-
YUV122.06114.99132.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=36.75%
G=35.04%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291239900.050.230.494813.1644.71
Hex817B6305173130d2d
Octal201173143052761601555
Binary10000001111101111000110101101111100011100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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