Html Css Color HEX #898160 Olive Haze

📋 copy color: '#898160'

red 137 ◦ green 129 ◦ blue 96

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

Shades of Olive Haze #898160

Tints of Olive Haze #898160

RGB

 RED value IS 137 (53.91% from 255) = 37.85%

 GREEN value IS 129 (50.78% from 255) = 35.64%

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

R = 37.85%
G = 35.64%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#898160 (or 0x898160) is known color: Olive Haze. HEX triplet: 89, 81 and 60. RGB value is (137,129,96). Sum of RGB (Red+Green+Blue) = 137+129+96=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #898160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898160 is #767E9F. Grayscale: #7F7F7F. Windows color (decimal): -7765664 or 6324617. OLE color: 6324617.

HSL color Cylindrical-coordinate representation of color #898160: hue angle of 48.29º 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 #898160 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 96 -
CMYK 0 0.06 0.30 0.46
HSL 48.29º 0.18% 0.46% -
HSV(B) 48.29º 0.3% 0.54% -
XYZ 20.28 21.86 14.22 -
YUV 127.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 137 129 96 0 0.06 0.30 0.46 48.29 0.18 0.46
Hex 89 81 60 0 6 1E 2E 30 12 2E
Octal 211 201 140 0 6 36 56 60 22 56
Binary 10001001 10000001 1100000 0 110 11110 101110 110000 10010 101110

Color Harmonies of #898160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898160

Black with #898160

Text Example


Text Example

White with #898160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898160; }

 p { color: rgb(137,129,96); }

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

background-color css

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

 a { background-color: rgb(137,129,96); }

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

border-color css

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

 span { border-color: rgb(137,129,96); }

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