Html Css Color HEX #897D60 Olive Haze

📋 copy color: '#897D60'

red 137 ◦ green 125 ◦ blue 96

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

Shades of Olive Haze #897D60

Tints of Olive Haze #897D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

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

R = 38.27%
G = 34.92%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#897D60 (or 0x897D60) is known color: Olive Haze. HEX triplet: 89, 7D and 60. RGB value is (137,125,96). Sum of RGB (Red+Green+Blue) = 137+125+96=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #897D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D60 is #76829F. Grayscale: #7D7D7D. Windows color (decimal): -7766688 or 6323593. OLE color: 6323593.

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

Color convert

RGB 137 125 96 -
CMYK 0 0.09 0.30 0.46
HSL 42.44º 0.18% 0.46% -
HSV(B) 42.44º 0.3% 0.54% -
XYZ 19.76 20.83 14.05 -
YUV 125.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 137 125 96 0 0.09 0.30 0.46 42.44 0.18 0.46
Hex 89 7D 60 0 9 1E 2E 2A 12 2E
Octal 211 175 140 0 11 36 56 52 22 56
Binary 10001001 1111101 1100000 0 1001 11110 101110 101010 10010 101110

Color Harmonies of #897D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D60

Black with #897D60

Text Example


Text Example

White with #897D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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