#90997F

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

Shades of Sage #90997F

Tints of Sage #90997F

Color information

#90997F (or 0x90997F) is unknown color: approx Sage. HEX triplet: 90, 99 and 7F. RGB value is (144,153,127). Sum of RGB (Red+Green+Blue) = 144+153+127=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #90997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90997F is #6F6680. Grayscale: #939393. Windows color (decimal): -7300737 or 8362384. OLE color: 8362384.

HSL color Cylindrical-coordinate representation of color #90997F: hue angle of 80.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90997F is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB144153127-
CMYK0.0600.170.4
HSL80.77º11.3%54.9%-
HSV(B)80.77º16.99%60%-
XYZ26.7230.2424.51-
YUV147.34116.52125.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 127 (50% from 255) = 29.95%
R=33.96%
G=36.08%
B=29.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531270.0600.170.480.7711.354.9
Hex90997F60112851b37
Octal2202311776021501211367
Binary1001000010011001111111111001000110100010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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