Html Css Color HEX #899179 Sage

📋 copy color: '#899179'

red 137 ◦ green 145 ◦ blue 121

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

Shades of Sage #899179

Tints of Sage #899179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 34%
G = 35.98%
B = 30.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#899179 (or 0x899179) is known color: Sage. HEX triplet: 89, 91 and 79. RGB value is (137,145,121). Sum of RGB (Red+Green+Blue) = 137+145+121=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #899179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899179 is #766E86. Grayscale: #8B8B8B. Windows color (decimal): -7761543 or 7967113. OLE color: 7967113.

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

Color convert

RGB 137 145 121 -
CMYK 0.06 0 0.17 0.43
HSL 80º 0.1% 0.52% -
HSV(B) 80º 0.17% 0.57% -
XYZ 23.89 26.95 22.03 -
YUV 139.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 137 145 121 0.06 0 0.17 0.43 80 0.1 0.52
Hex 89 91 79 6 0 11 2B 50 A 34
Octal 211 221 171 6 0 21 53 120 12 64
Binary 10001001 10010001 1111001 110 0 10001 101011 1010000 1010 110100

Color Harmonies of #899179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899179

Black with #899179

Text Example


Text Example

White with #899179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899179; }

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

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

background-color css

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

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

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

border-color css

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

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

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