#909973

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

Shades of Sage #909973

Tints of Sage #909973

Color information

#909973 (or 0x909973) is unknown color: approx Sage. HEX triplet: 90, 99 and 73. RGB value is (144,153,115). Sum of RGB (Red+Green+Blue) = 144+153+115=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #909973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909973 is #6F668C. Grayscale: #929292. Windows color (decimal): -7300749 or 7575952. OLE color: 7575952.

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

Color convert

RGB144153115-
CMYK0.0600.250.4
HSL74.21º15.7%52.55%-
HSV(B)74.21º24.84%60%-
XYZ25.9929.9520.63-
YUV145.98110.52126.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=34.95%
G=37.14%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531150.0600.250.474.2115.752.55
Hex9099736019284a1035
Octal2202311636031501122065
Binary10010000100110011110011110011001101000100101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909973; }

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

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

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

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

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

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

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

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