#909E77

Color #909E77 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #909E77

Tints of Sage #909E77

Color information

#909E77 (or 0x909E77) is unknown color: approx Sage. HEX triplet: 90, 9E and 77. RGB value is (144,158,119). Sum of RGB (Red+Green+Blue) = 144+158+119=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 158 - color contains mainly: green. Hex color #909E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909E77 is #6F6188. Grayscale: #959595. Windows color (decimal): -7299465 or 7839376. OLE color: 7839376.

HSL color Cylindrical-coordinate representation of color #909E77: hue angle of 81.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909E77 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB144158119-
CMYK0.0900.250.38
HSL81.54º16.74%54.31%-
HSV(B)81.54º24.68%61.96%-
XYZ27.0631.7122.15-
YUV149.37110.86124.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=34.20%
G=37.53%
B=28.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581190.0900.250.3881.5416.7454.31
Hex909E77901926521136
Octal22023616711031461222166
Binary100100001001111011101111001011001100110101001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909E77; }

 p { color: rgb(144,158,119); }

 H1.HeaderClassName
 {
   color: #909E77;
 }
 .AnyTagClassName
 {
   color: #909E77;
 }
</style>
background-color css

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

 a { background-color: rgb(144,158,119); }

 div.DivClassName
 {
   background-color: #909E77;
 }
 .BgClassName
 {
   background-color: #909E77;
 }
</style>
border-color css

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

 span { border-color: rgb(144,158,119); }

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