#919981

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

Shades of Sage #919981

Tints of Sage #919981

Color information

#919981 (or 0x919981) is unknown color: approx Sage. HEX triplet: 91, 99 and 81. RGB value is (145,153,129). Sum of RGB (Red+Green+Blue) = 145+153+129=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #919981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919981 is #6E667E. Grayscale: #939393. Windows color (decimal): -7235199 or 8493457. OLE color: 8493457.

HSL color Cylindrical-coordinate representation of color #919981: hue angle of 80º 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 #919981 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB145153129-
CMYK0.0500.160.4
HSL80º10.53%55.29%-
HSV(B)80º15.69%60%-
XYZ27.0330.3925.21-
YUV147.87117.35125.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=33.96%
G=35.83%
B=30.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531290.0500.160.48010.5355.29
Hex91998150102850b37
Octal2212312015020501201367
Binary10010001100110011000000110101000010100010100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919981; }

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

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

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

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

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

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

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

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