#909578

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

Shades of Sage #909578

Tints of Sage #909578

Color information

#909578 (or 0x909578) is unknown color: approx Sage. HEX triplet: 90, 95 and 78. RGB value is (144,149,120). Sum of RGB (Red+Green+Blue) = 144+149+120=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #909578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909578 is #6F6A87. Grayscale: #909090. Windows color (decimal): -7301768 or 7902608. OLE color: 7902608.

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

Color convert

RGB144149120-
CMYK0.0300.190.42
HSL70.34º12.03%52.75%-
HSV(B)70.34º19.46%58.43%-
XYZ25.6428.7821.97-
YUV144.2114.34127.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=34.87%
G=36.08%
B=29.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491200.0300.190.4270.3412.0352.75
Hex90957830132A46c35
Octal2202251703023521061465
Binary100100001001010111110001101001110101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909578; }

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

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

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

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

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

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

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

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