#90947C

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

Shades of Sage #90947C

Tints of Sage #90947C

Color information

#90947C (or 0x90947C) is unknown color: approx Sage. HEX triplet: 90, 94 and 7C. RGB value is (144,148,124). Sum of RGB (Red+Green+Blue) = 144+148+124=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #90947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90947C is #6F6B83. Grayscale: #909090. Windows color (decimal): -7302020 or 8164496. OLE color: 8164496.

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

Color convert

RGB144148124-
CMYK0.0300.160.42
HSL70º10.08%53.33%-
HSV(B)70º16.22%58.04%-
XYZ25.7328.5623.23-
YUV144.07116.67127.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=34.62%
G=35.58%
B=29.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481240.0300.160.427010.0853.33
Hex90947C30102A46a35
Octal2202241743020521061265
Binary100100001001010011111001101000010101010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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