#909478

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

Shades of Sage #909478

Tints of Sage #909478

Color information

#909478 (or 0x909478) is unknown color: approx Sage. HEX triplet: 90, 94 and 78. RGB value is (144,148,120). Sum of RGB (Red+Green+Blue) = 144+148+120=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #909478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909478 is #6F6B87. Grayscale: #8F8F8F. Windows color (decimal): -7302024 or 7902352. OLE color: 7902352.

HSL color Cylindrical-coordinate representation of color #909478: hue angle of 68.57º 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 #909478 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB144148120-
CMYK0.0300.190.42
HSL68.57º11.57%52.55%-
HSV(B)68.57º18.92%58.04%-
XYZ25.4828.4721.92-
YUV143.61114.67128.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=34.95%
G=35.92%
B=29.13%

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
Decimal1441481200.0300.190.4268.5711.5752.55
Hex90947830132A45c35
Octal2202241703023521051465
Binary100100001001010011110001101001110101010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909478; }

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

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

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

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

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

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

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

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