Html Css Color HEX #897F61 Olive Haze

📋 copy color: '#897F61'

red 137 ◦ green 127 ◦ blue 97

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

Shades of Olive Haze #897F61

Tints of Olive Haze #897F61

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 37.95%
G = 35.18%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#897F61 (or 0x897F61) is known color: Olive Haze. HEX triplet: 89, 7F and 61. RGB value is (137,127,97). Sum of RGB (Red+Green+Blue) = 137+127+97=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #897F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F61 is #76809E. Grayscale: #7E7E7E. Windows color (decimal): -7766175 or 6389641. OLE color: 6389641.

HSL color Cylindrical-coordinate representation of color #897F61: hue angle of 45º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #897F61 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 127 97 -
CMYK 0 0.07 0.29 0.46
HSL 45º 0.17% 0.46% -
HSV(B) 45º 0.29% 0.54% -
XYZ 20.06 21.36 14.37 -
YUV 126.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 137 127 97 0 0.07 0.29 0.46 45 0.17 0.46
Hex 89 7F 61 0 7 1D 2E 2D 11 2E
Octal 211 177 141 0 7 35 56 55 21 56
Binary 10001001 1111111 1100001 0 111 11101 101110 101101 10001 101110

Color Harmonies of #897F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F61

Black with #897F61

Text Example


Text Example

White with #897F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,127,97); }

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

background-color css

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

 a { background-color: rgb(137,127,97); }

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

border-color css

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

 span { border-color: rgb(137,127,97); }

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