#8A7D60

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

Shades of Olive Haze #8A7D60

Tints of Olive Haze #8A7D60

Color information

#8A7D60 (or 0x8A7D60) is unknown color: approx Olive Haze. HEX triplet: 8A, 7D and 60. RGB value is (138,125,96). Sum of RGB (Red+Green+Blue) = 138+125+96=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D60 is #75829F. Grayscale: #7D7D7D. Windows color (decimal): -7701152 or 6323594. OLE color: 6323594.

HSL color Cylindrical-coordinate representation of color #8A7D60: hue angle of 41.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7D60 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13812596-
CMYK00.090.300.46
HSL41.43º17.95%45.88%-
HSV(B)41.43º30.43%54.12%-
XYZ19.9320.9214.05-
YUV125.58111.31136.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=38.44%
G=34.82%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381259600.090.300.4641.4317.9545.88
Hex8A7D60091E2E29122e
Octal2121751400113656512256
Binary1000101011111011100000010011111010111010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7D60; }

 p { color: rgb(138,125,96); }

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

<style>
 a { background-color: #8A7D60; }

 a { background-color: rgb(138,125,96); }

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

<style>
 span { border-color: #8A7D60; }

 span { border-color: rgb(138,125,96); }

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