#90937E

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

Shades of Sage #90937E

Tints of Sage #90937E

Color information

#90937E (or 0x90937E) is unknown color: approx Sage. HEX triplet: 90, 93 and 7E. RGB value is (144,147,126). Sum of RGB (Red+Green+Blue) = 144+147+126=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #90937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90937E is #6F6C81. Grayscale: #8F8F8F. Windows color (decimal): -7302274 or 8295312. OLE color: 8295312.

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

Color convert

RGB144147126-
CMYK0.0200.140.42
HSL68.57º8.86%53.53%-
HSV(B)68.57º14.29%57.65%-
XYZ25.728.323.85-
YUV143.71118.01128.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=34.53%
G=35.25%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471260.0200.140.4268.578.8653.53
Hex90937E20E2A45936
Octal2202231762016521051166
Binary10010000100100111111110100111010101010001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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