#90977A

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

Shades of Sage #90977A

Tints of Sage #90977A

Color information

#90977A (or 0x90977A) is unknown color: approx Sage. HEX triplet: 90, 97 and 7A. RGB value is (144,151,122). Sum of RGB (Red+Green+Blue) = 144+151+122=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #90977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90977A is #6F6885. Grayscale: #919191. Windows color (decimal): -7301254 or 8034192. OLE color: 8034192.

HSL color Cylindrical-coordinate representation of color #90977A: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90977A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB144151122-
CMYK0.0500.190.41
HSL74.48º12.24%53.53%-
HSV(B)74.48º19.21%59.22%-
XYZ26.0829.4722.73-
YUV145.6114.68126.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=34.53%
G=36.21%
B=29.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511220.0500.190.4174.4812.2453.53
Hex90977A5013294ac36
Octal2202271725023511121466
Binary1001000010010111111101010101001110100110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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