#90937F

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

Shades of Sage #90937F

Tints of Sage #90937F

Color information

#90937F (or 0x90937F) is unknown color: approx Sage. HEX triplet: 90, 93 and 7F. RGB value is (144,147,127). Sum of RGB (Red+Green+Blue) = 144+147+127=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #90937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90937F is #6F6C80. Grayscale: #8F8F8F. Windows color (decimal): -7302273 or 8360848. OLE color: 8360848.

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

Color convert

RGB144147127-
CMYK0.0200.140.42
HSL69º8.47%53.73%-
HSV(B)69º13.61%57.65%-
XYZ25.7728.3324.19-
YUV143.82118.51128.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 127 (50% from 255) = 30.38%
R=34.45%
G=35.17%
B=30.38%

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
Decimal1441471270.0200.140.42698.4753.73
Hex90937F20E2A45836
Octal2202231772016521051066
Binary10010000100100111111111100111010101010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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