#90A07E

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

Shades of Sage #90A07E

Tints of Sage #90A07E

Color information

#90A07E (or 0x90A07E) is unknown color: approx Sage. HEX triplet: 90, A0 and 7E. RGB value is (144,160,126). Sum of RGB (Red+Green+Blue) = 144+160+126=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #90A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A07E is #6F5F81. Grayscale: #979797. Windows color (decimal): -7298946 or 8298640. OLE color: 8298640.

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

Color convert

RGB144160126-
CMYK0.100.210.37
HSL88.24º15.18%56.08%-
HSV(B)88.24º21.25%62.75%-
XYZ27.8432.5824.56-
YUV151.34113.7122.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=33.49%
G=37.21%
B=29.30%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1441601260.100.210.3788.2415.1856.08
Hex90A07EA0152558f38
Octal22024017612025451301770
Binary10010000101000001111110101001010110010110110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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