#90A06C

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

Shades of Sage #90A06C

Tints of Sage #90A06C

Color information

#90A06C (or 0x90A06C) is unknown color: approx Sage. HEX triplet: 90, A0 and 6C. RGB value is (144,160,108). Sum of RGB (Red+Green+Blue) = 144+160+108=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #90A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A06C is #6F5F93. Grayscale: #959595. Windows color (decimal): -7298964 or 7118992. OLE color: 7118992.

HSL color Cylindrical-coordinate representation of color #90A06C: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90A06C is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB144160108-
CMYK0.100.320.37
HSL78.46º21.49%52.55%-
HSV(B)78.46º32.5%62.75%-
XYZ26.7832.1518.98-
YUV149.29104.7124.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=34.95%
G=38.83%
B=26.21%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1441601080.100.320.3778.4621.4952.55
Hex90A06CA020254e1535
Octal22024015412040451162565
Binary1001000010100000110110010100100000100101100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A06C; }

 p { color: rgb(144,160,108); }

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

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

 a { background-color: rgb(144,160,108); }

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

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

 span { border-color: rgb(144,160,108); }

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