#90A370

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

Shades of Sage #90A370

Tints of Sage #90A370

Color information

#90A370 (or 0x90A370) is unknown color: approx Sage. HEX triplet: 90, A3 and 70. RGB value is (144,163,112). Sum of RGB (Red+Green+Blue) = 144+163+112=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #90A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A370 is #6F5C8F. Grayscale: #979797. Windows color (decimal): -7298192 or 7381904. OLE color: 7381904.

HSL color Cylindrical-coordinate representation of color #90A370: hue angle of 82.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90A370 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB144163112-
CMYK0.1200.310.36
HSL82.35º21.7%53.92%-
HSV(B)82.35º31.29%63.92%-
XYZ27.5233.2920.3-
YUV151.5105.71122.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=34.37%
G=38.90%
B=26.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441631120.1200.310.3682.3521.753.92
Hex90A370C01F24521636
Octal22024316014037441222666
Binary100100001010001111100001100011111100100101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,163,112); }

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

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

 a { background-color: rgb(144,163,112); }

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

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

 span { border-color: rgb(144,163,112); }

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