#909582

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

Shades of Sage #909582

Tints of Sage #909582

Color information

#909582 (or 0x909582) is unknown color: approx Sage. HEX triplet: 90, 95 and 82. RGB value is (144,149,130). Sum of RGB (Red+Green+Blue) = 144+149+130=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #909582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909582 is #6F6A7D. Grayscale: #919191. Windows color (decimal): -7301758 or 8557968. OLE color: 8557968.

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

Color convert

RGB144149130-
CMYK0.0300.130.42
HSL75.79º8.23%54.71%-
HSV(B)75.79º12.75%58.43%-
XYZ26.2829.0425.34-
YUV145.34119.34127.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=34.04%
G=35.22%
B=30.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491300.0300.130.4275.798.2354.71
Hex90958230D2A4c837
Octal2202252023015521141067
Binary100100001001010110000010110110110101010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909582; }

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

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

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

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

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

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

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

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