Html Css Color HEX #847E60 Olive Haze

📋 copy color: '#847E60'

red 132 ◦ green 126 ◦ blue 96

#847E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Haze #847E60

Tints of Olive Haze #847E60

RGB

 RED value IS 132 (51.95% from 255) = 37.29%

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 37.29%
G = 35.59%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#847E60 (or 0x847E60) is known color: Olive Haze. HEX triplet: 84, 7E and 60. RGB value is (132,126,96). Sum of RGB (Red+Green+Blue) = 132+126+96=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #847E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E60 is #7B819F. Grayscale: #7C7C7C. Windows color (decimal): -8094112 or 6323844. OLE color: 6323844.

HSL color Cylindrical-coordinate representation of color #847E60: hue angle of 50º 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 #847E60 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 126 96 -
CMYK 0 0.05 0.27 0.48
HSL 50º 0.16% 0.45% -
HSV(B) 50º 0.27% 0.52% -
XYZ 19.09 20.67 14.05 -
YUV 124.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 132 126 96 0 0.05 0.27 0.48 50 0.16 0.45
Hex 84 7E 60 0 5 1B 30 32 10 2D
Octal 204 176 140 0 5 33 60 62 20 55
Binary 10000100 1111110 1100000 0 101 11011 110000 110010 10000 101101

Color Harmonies of #847E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E60

Black with #847E60

Text Example


Text Example

White with #847E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #847E60;
 }
 .AnyTagClassName
 {
   color: #847E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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