Html Css Color HEX #899079 Sage

📋 copy color: '#899079'

red 137 ◦ green 144 ◦ blue 121

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

Shades of Sage #899079

Tints of Sage #899079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

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

R = 34.08%
G = 35.82%
B = 30.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#899079 (or 0x899079) is known color: Sage. HEX triplet: 89, 90 and 79. RGB value is (137,144,121). Sum of RGB (Red+Green+Blue) = 137+144+121=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #899079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899079 is #766F86. Grayscale: #8B8B8B. Windows color (decimal): -7761799 or 7966857. OLE color: 7966857.

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

Color convert

RGB 137 144 121 -
CMYK 0.05 0 0.16 0.44
HSL 78.26º 0.09% 0.52% -
HSV(B) 78.26º 0.16% 0.56% -
XYZ 23.74 26.65 21.98 -
YUV 139.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 137 144 121 0.05 0 0.16 0.44 78.26 0.09 0.52
Hex 89 90 79 5 0 10 2C 4E 9 34
Octal 211 220 171 5 0 20 54 116 11 64
Binary 10001001 10010000 1111001 101 0 10000 101100 1001110 1001 110100

Color Harmonies of #899079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899079

Black with #899079

Text Example


Text Example

White with #899079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899079; }

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

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

background-color css

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

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

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

border-color css

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

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

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