#847B60

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

Shades of Olive Haze #847B60

Tints of Olive Haze #847B60

Color information

#847B60 (or 0x847B60) is unknown color: approx Olive Haze. HEX triplet: 84, 7B and 60. RGB value is (132,123,96). Sum of RGB (Red+Green+Blue) = 132+123+96=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #847B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B60 is #7B849F. Grayscale: #7A7A7A. Windows color (decimal): -8094880 or 6323076. OLE color: 6323076.

HSL color Cylindrical-coordinate representation of color #847B60: hue angle of 45º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847B60 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13212396-
CMYK00.070.270.48
HSL45º15.79%44.71%-
HSV(B)45º27.27%51.76%-
XYZ18.7119.9213.92-
YUV122.61112.98134.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=37.61%
G=35.04%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321239600.070.270.484515.7944.71
Hex847B60071B302d102d
Octal204173140073360552055
Binary100001001111011110000001111101111000010110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847B60; }

 p { color: rgb(132,123,96); }

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

<style>
 a { background-color: #847B60; }

 a { background-color: rgb(132,123,96); }

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

<style>
 span { border-color: #847B60; }

 span { border-color: rgb(132,123,96); }

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