Html Css Color HEX #899770 Sage

📋 copy color: '#899770'

red 137 ◦ green 151 ◦ blue 112

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

Shades of Sage #899770

Tints of Sage #899770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 34.25%
G = 37.75%
B = 28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#899770 (or 0x899770) is known color: Sage. HEX triplet: 89, 97 and 70. RGB value is (137,151,112). Sum of RGB (Red+Green+Blue) = 137+151+112=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #899770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899770 is #76688F. Grayscale: #8E8E8E. Windows color (decimal): -7760016 or 7378825. OLE color: 7378825.

HSL color Cylindrical-coordinate representation of color #899770: hue angle of 81.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899770 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 112 -
CMYK 0.09 0 0.26 0.41
HSL 81.54º 0.16% 0.52% -
HSV(B) 81.54º 0.26% 0.59% -
XYZ 24.31 28.62 19.57 -
YUV 142.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 137 151 112 0.09 0 0.26 0.41 81.54 0.16 0.52
Hex 89 97 70 9 0 1A 29 52 10 34
Octal 211 227 160 11 0 32 51 122 20 64
Binary 10001001 10010111 1110000 1001 0 11010 101001 1010010 10000 110100

Color Harmonies of #899770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899770

Black with #899770

Text Example


Text Example

White with #899770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899770; }

 p { color: rgb(137,151,112); }

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

background-color css

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

 a { background-color: rgb(137,151,112); }

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

border-color css

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

 span { border-color: rgb(137,151,112); }

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