#90957C

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

Shades of Sage #90957C

Tints of Sage #90957C

Color information

#90957C (or 0x90957C) is unknown color: approx Sage. HEX triplet: 90, 95 and 7C. RGB value is (144,149,124). Sum of RGB (Red+Green+Blue) = 144+149+124=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #90957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90957C is #6F6A83. Grayscale: #909090. Windows color (decimal): -7301764 or 8164752. OLE color: 8164752.

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

Color convert

RGB144149124-
CMYK0.0300.170.42
HSL72º10.55%53.53%-
HSV(B)72º16.78%58.43%-
XYZ25.8928.8823.28-
YUV144.66116.34127.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=34.53%
G=35.73%
B=29.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491240.0300.170.427210.5553.53
Hex90957C30112A48b36
Octal2202251743021521101366
Binary100100001001010111111001101000110101010010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90957C; }

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

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

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

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

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

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

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

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