#919581

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

Shades of Sage #919581

Tints of Sage #919581

Color information

#919581 (or 0x919581) is unknown color: approx Sage. HEX triplet: 91, 95 and 81. RGB value is (145,149,129). Sum of RGB (Red+Green+Blue) = 145+149+129=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #919581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919581 is #6E6A7E. Grayscale: #919191. Windows color (decimal): -7236223 or 8492433. OLE color: 8492433.

HSL color Cylindrical-coordinate representation of color #919581: hue angle of 72º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919581 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB145149129-
CMYK0.0300.130.42
HSL72º8.62%54.51%-
HSV(B)72º13.42%58.43%-
XYZ26.3929.124.99-
YUV145.52118.67127.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=34.28%
G=35.22%
B=30.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491290.0300.130.42728.6254.51
Hex91958130D2A48937
Octal2212252013015521101167
Binary100100011001010110000001110110110101010010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919581; }

 p { color: rgb(145,149,129); }

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

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

 a { background-color: rgb(145,149,129); }

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

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

 span { border-color: rgb(145,149,129); }

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