#90A07C

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

Shades of Sage #90A07C

Tints of Sage #90A07C

Color information

#90A07C (or 0x90A07C) is unknown color: approx Sage. HEX triplet: 90, A0 and 7C. RGB value is (144,160,124). Sum of RGB (Red+Green+Blue) = 144+160+124=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #90A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A07C is #6F5F83. Grayscale: #979797. Windows color (decimal): -7298948 or 8167568. OLE color: 8167568.

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

Color convert

RGB144160124-
CMYK0.100.220.37
HSL86.67º15.93%55.69%-
HSV(B)86.67º22.5%62.75%-
XYZ27.7132.5323.89-
YUV151.11112.7122.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=33.64%
G=37.38%
B=28.97%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1441601240.100.220.3786.6715.9355.69
Hex90A07CA01625571038
Octal22024017412026451272070
Binary100100001010000011111001010010110100101101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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