#90A36F

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

Shades of Sage #90A36F

Tints of Sage #90A36F

Color information

#90A36F (or 0x90A36F) is unknown color: approx Sage. HEX triplet: 90, A3 and 6F. RGB value is (144,163,111). Sum of RGB (Red+Green+Blue) = 144+163+111=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #90A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A36F is #6F5C90. Grayscale: #979797. Windows color (decimal): -7298193 or 7316368. OLE color: 7316368.

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

Color convert

RGB144163111-
CMYK0.1200.320.36
HSL81.92º22.03%53.73%-
HSV(B)81.92º31.9%63.92%-
XYZ27.4733.2720.01-
YUV151.39105.21122.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=34.45%
G=39.00%
B=26.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441631110.1200.320.3681.9222.0353.73
Hex90A36FC02024521636
Octal22024315714040441222666
Binary1001000010100011110111111000100000100100101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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