#909580

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

Shades of Sage #909580

Tints of Sage #909580

Color information

#909580 (or 0x909580) is unknown color: approx Sage. HEX triplet: 90, 95 and 80. RGB value is (144,149,128). Sum of RGB (Red+Green+Blue) = 144+149+128=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #909580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909580 is #6F6A7F. Grayscale: #919191. Windows color (decimal): -7301760 or 8426896. OLE color: 8426896.

HSL color Cylindrical-coordinate representation of color #909580: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #909580 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB144149128-
CMYK0.0300.140.42
HSL74.29º9.01%54.31%-
HSV(B)74.29º14.09%58.43%-
XYZ26.1528.9824.64-
YUV145.11118.34127.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=34.20%
G=35.39%
B=30.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491280.0300.140.4274.299.0154.31
Hex90958030E2A4a936
Octal2202252003016521121166
Binary100100001001010110000000110111010101010010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909580; }

 p { color: rgb(144,149,128); }

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

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

 a { background-color: rgb(144,149,128); }

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

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

 span { border-color: rgb(144,149,128); }

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