Html Css Color HEX #899176 Sage

📋 copy color: '#899176'

red 137 ◦ green 145 ◦ blue 118

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

Shades of Sage #899176

Tints of Sage #899176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 34.25%
G = 36.25%
B = 29.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#899176 (or 0x899176) is known color: Sage. HEX triplet: 89, 91 and 76. RGB value is (137,145,118). Sum of RGB (Red+Green+Blue) = 137+145+118=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #899176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899176 is #766E89. Grayscale: #8B8B8B. Windows color (decimal): -7761546 or 7770505. OLE color: 7770505.

HSL color Cylindrical-coordinate representation of color #899176: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899176 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 145 118 -
CMYK 0.06 0 0.19 0.43
HSL 77.78º 0.11% 0.52% -
HSV(B) 77.78º 0.19% 0.57% -
XYZ 23.71 26.88 21.08 -
YUV 139.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 137 145 118 0.06 0 0.19 0.43 77.78 0.11 0.52
Hex 89 91 76 6 0 13 2B 4E B 34
Octal 211 221 166 6 0 23 53 116 13 64
Binary 10001001 10010001 1110110 110 0 10011 101011 1001110 1011 110100

Color Harmonies of #899176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899176

Black with #899176

Text Example


Text Example

White with #899176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899176; }

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

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

background-color css

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

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

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

border-color css

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

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

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