#90947E

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

Shades of Sage #90947E

Tints of Sage #90947E

Color information

#90947E (or 0x90947E) is unknown color: approx Sage. HEX triplet: 90, 94 and 7E. RGB value is (144,148,126). Sum of RGB (Red+Green+Blue) = 144+148+126=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #90947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90947E is #6F6B81. Grayscale: #909090. Windows color (decimal): -7302018 or 8295568. OLE color: 8295568.

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

Color convert

RGB144148126-
CMYK0.0300.150.42
HSL70.91º9.32%53.73%-
HSV(B)70.91º14.86%58.04%-
XYZ25.8628.6223.9-
YUV144.3117.67127.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=34.45%
G=35.41%
B=30.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481260.0300.150.4270.919.3253.73
Hex90947E30F2A47936
Octal2202241763017521071166
Binary10010000100101001111110110111110101010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90947E; }

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

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

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

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

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

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

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

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