#90A46F

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

Shades of Sage #90A46F

Tints of Sage #90A46F

Color information

#90A46F (or 0x90A46F) is unknown color: approx Sage. HEX triplet: 90, A4 and 6F. RGB value is (144,164,111). Sum of RGB (Red+Green+Blue) = 144+164+111=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #90A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A46F is #6F5B90. Grayscale: #989898. Windows color (decimal): -7297937 or 7316624. OLE color: 7316624.

HSL color Cylindrical-coordinate representation of color #90A46F: hue angle of 82.64º degrees, saturation: 0.23, 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 #90A46F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB144164111-
CMYK0.1200.320.36
HSL82.64º22.55%53.92%-
HSV(B)82.64º32.32%64.31%-
XYZ27.6533.6320.07-
YUV151.98104.87122.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=34.37%
G=39.14%
B=26.49%

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
Decimal1441641110.1200.320.3682.6422.5553.92
Hex90A46FC02024531736
Octal22024415714040441232766
Binary1001000010100100110111111000100000100100101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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