#90947F

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

Shades of Sage #90947F

Tints of Sage #90947F

Color information

#90947F (or 0x90947F) is unknown color: approx Sage. HEX triplet: 90, 94 and 7F. RGB value is (144,148,127). Sum of RGB (Red+Green+Blue) = 144+148+127=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #90947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90947F is #6F6B80. Grayscale: #909090. Windows color (decimal): -7302017 or 8361104. OLE color: 8361104.

HSL color Cylindrical-coordinate representation of color #90947F: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90947F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB144148127-
CMYK0.0300.140.42
HSL71.43º8.94%53.92%-
HSV(B)71.43º14.19%58.04%-
XYZ25.9228.6424.24-
YUV144.41118.17127.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 127 (50% from 255) = 30.31%
R=34.37%
G=35.32%
B=30.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481270.0300.140.4271.438.9453.92
Hex90947F30E2A47936
Octal2202241773016521071166
Binary10010000100101001111111110111010101010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90947F; }

 p { color: rgb(144,148,127); }

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

<style>
 a { background-color: #90947F; }

 a { background-color: rgb(144,148,127); }

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

<style>
 span { border-color: #90947F; }

 span { border-color: rgb(144,148,127); }

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