#90987F

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

Shades of Sage #90987F

Tints of Sage #90987F

Color information

#90987F (or 0x90987F) is unknown color: approx Sage. HEX triplet: 90, 98 and 7F. RGB value is (144,152,127). Sum of RGB (Red+Green+Blue) = 144+152+127=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #90987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90987F is #6F6780. Grayscale: #929292. Windows color (decimal): -7300993 or 8362128. OLE color: 8362128.

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

Color convert

RGB144152127-
CMYK0.0500.160.40
HSL79.2º10.82%54.71%-
HSV(B)79.2º16.45%59.61%-
XYZ26.5629.9224.45-
YUV146.76116.85126.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 127 (50% from 255) = 30.02%
R=34.04%
G=35.93%
B=30.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441521270.0500.160.4079.210.8254.71
Hex90987F5010284fb37
Octal2202301775020501171367
Binary1001000010011000111111110101000010100010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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