Html Css Color HEX #899076 Sage

📋 copy color: '#899076'

red 137 ◦ green 144 ◦ blue 118

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

Shades of Sage #899076

Tints of Sage #899076

RGB

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

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

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

R = 34.34%
G = 36.09%
B = 29.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#899076 (or 0x899076) is known color: Sage. HEX triplet: 89, 90 and 76. RGB value is (137,144,118). Sum of RGB (Red+Green+Blue) = 137+144+118=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #899076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899076 is #766F89. Grayscale: #8B8B8B. Windows color (decimal): -7761802 or 7770249. OLE color: 7770249.

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

Color convert

RGB 137 144 118 -
CMYK 0.05 0 0.18 0.44
HSL 76.15º 0.1% 0.51% -
HSV(B) 76.15º 0.18% 0.56% -
XYZ 23.56 26.57 21.03 -
YUV 138.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 137 144 118 0.05 0 0.18 0.44 76.15 0.1 0.51
Hex 89 90 76 5 0 12 2C 4C A 33
Octal 211 220 166 5 0 22 54 114 12 63
Binary 10001001 10010000 1110110 101 0 10010 101100 1001100 1010 110011

Color Harmonies of #899076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899076

Black with #899076

Text Example


Text Example

White with #899076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899076; }

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

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

background-color css

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

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

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

border-color css

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

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

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