Html Css Color HEX #897C60 Olive Haze

📋 copy color: '#897C60'

red 137 ◦ green 124 ◦ blue 96

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

Shades of Olive Haze #897C60

Tints of Olive Haze #897C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

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

R = 38.38%
G = 34.73%
B = 26.89%

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

#897C60 (or 0x897C60) is known color: Olive Haze. HEX triplet: 89, 7C and 60. RGB value is (137,124,96). Sum of RGB (Red+Green+Blue) = 137+124+96=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C60 is #76839F. Grayscale: #7C7C7C. Windows color (decimal): -7766944 or 6323337. OLE color: 6323337.

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

Color convert

RGB 137 124 96 -
CMYK 0 0.09 0.30 0.46
HSL 40.98º 0.18% 0.46% -
HSV(B) 40.98º 0.3% 0.54% -
XYZ 19.64 20.58 14 -
YUV 124.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 137 124 96 0 0.09 0.30 0.46 40.98 0.18 0.46
Hex 89 7C 60 0 9 1E 2E 29 12 2E
Octal 211 174 140 0 11 36 56 51 22 56
Binary 10001001 1111100 1100000 0 1001 11110 101110 101001 10010 101110

Color Harmonies of #897C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C60

Black with #897C60

Text Example


Text Example

White with #897C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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