Html Css Color HEX #899776 Sage

📋 copy color: '#899776'

red 137 ◦ green 151 ◦ blue 118

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

Shades of Sage #899776

Tints of Sage #899776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 33.74%
G = 37.19%
B = 29.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#899776 (or 0x899776) is known color: Sage. HEX triplet: 89, 97 and 76. RGB value is (137,151,118). Sum of RGB (Red+Green+Blue) = 137+151+118=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #899776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899776 is #766889. Grayscale: #8F8F8F. Windows color (decimal): -7760010 or 7772041. OLE color: 7772041.

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

Color convert

RGB 137 151 118 -
CMYK 0.09 0 0.22 0.41
HSL 85.45º 0.14% 0.53% -
HSV(B) 85.45º 0.22% 0.59% -
XYZ 24.65 28.76 21.39 -
YUV 143.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 137 151 118 0.09 0 0.22 0.41 85.45 0.14 0.53
Hex 89 97 76 9 0 16 29 55 E 35
Octal 211 227 166 11 0 26 51 125 16 65
Binary 10001001 10010111 1110110 1001 0 10110 101001 1010101 1110 110101

Color Harmonies of #899776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899776

Black with #899776

Text Example


Text Example

White with #899776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899776; }

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

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

background-color css

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

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

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

border-color css

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

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

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