#90947A

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

Shades of Sage #90947A

Tints of Sage #90947A

Color information

#90947A (or 0x90947A) is unknown color: approx Sage. HEX triplet: 90, 94 and 7A. RGB value is (144,148,122). Sum of RGB (Red+Green+Blue) = 144+148+122=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #90947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90947A is #6F6B85. Grayscale: #8F8F8F. Windows color (decimal): -7302022 or 8033424. OLE color: 8033424.

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

Color convert

RGB144148122-
CMYK0.0300.180.42
HSL69.23º10.83%52.94%-
HSV(B)69.23º17.57%58.04%-
XYZ25.628.5122.57-
YUV143.84115.67128.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=34.78%
G=35.75%
B=29.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481220.0300.180.4269.2310.8352.94
Hex90947A30122A45b35
Octal2202241723022521051365
Binary100100001001010011110101101001010101010001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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