#909977

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

Shades of Sage #909977

Tints of Sage #909977

Color information

#909977 (or 0x909977) is unknown color: approx Sage. HEX triplet: 90, 99 and 77. RGB value is (144,153,119). Sum of RGB (Red+Green+Blue) = 144+153+119=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #909977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909977 is #6F6688. Grayscale: #929292. Windows color (decimal): -7300745 or 7838096. OLE color: 7838096.

HSL color Cylindrical-coordinate representation of color #909977: hue angle of 75.88º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909977 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB144153119-
CMYK0.0600.220.4
HSL75.88º14.29%53.33%-
HSV(B)75.88º22.22%60%-
XYZ26.2230.0421.87-
YUV146.43112.52126.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=34.62%
G=36.78%
B=28.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531190.0600.220.475.8814.2953.33
Hex9099776016284ce35
Octal2202311676026501141665
Binary1001000010011001111011111001011010100010011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909977; }

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

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

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

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

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

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

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

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