#909978

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

Shades of Sage #909978

Tints of Sage #909978

Color information

#909978 (or 0x909978) is unknown color: approx Sage. HEX triplet: 90, 99 and 78. RGB value is (144,153,120). Sum of RGB (Red+Green+Blue) = 144+153+120=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #909978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909978 is #6F6687. Grayscale: #929292. Windows color (decimal): -7300744 or 7903632. OLE color: 7903632.

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

Color convert

RGB144153120-
CMYK0.0600.220.4
HSL76.36º13.92%53.53%-
HSV(B)76.36º21.57%60%-
XYZ26.2830.0722.19-
YUV146.55113.02126.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=34.53%
G=36.69%
B=28.78%

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
Decimal1441531200.0600.220.476.3613.9253.53
Hex9099786016284ce36
Octal2202311706026501141666
Binary1001000010011001111100011001011010100010011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909978; }

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

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

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

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

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

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

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

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