#909974

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

Shades of Sage #909974

Tints of Sage #909974

Color information

#909974 (or 0x909974) is unknown color: approx Sage. HEX triplet: 90, 99 and 74. RGB value is (144,153,116). Sum of RGB (Red+Green+Blue) = 144+153+116=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #909974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909974 is #6F668B. Grayscale: #929292. Windows color (decimal): -7300748 or 7641488. OLE color: 7641488.

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

Color convert

RGB144153116-
CMYK0.0600.240.4
HSL74.59º15.35%52.75%-
HSV(B)74.59º24.18%60%-
XYZ26.0529.9720.94-
YUV146.09111.02126.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=34.87%
G=37.05%
B=28.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531160.0600.240.474.5915.3552.75
Hex9099746018284bf35
Octal2202311646030501131765
Binary1001000010011001111010011001100010100010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909974; }

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

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

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

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

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

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

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

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