#919B81

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

Shades of Sage #919B81

Tints of Sage #919B81

Color information

#919B81 (or 0x919B81) is unknown color: approx Sage. HEX triplet: 91, 9B and 81. RGB value is (145,155,129). Sum of RGB (Red+Green+Blue) = 145+155+129=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #919B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B81 is #6E647E. Grayscale: #959595. Windows color (decimal): -7234687 or 8493969. OLE color: 8493969.

HSL color Cylindrical-coordinate representation of color #919B81: hue angle of 83.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919B81 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB145155129-
CMYK0.0600.170.39
HSL83.08º11.5%55.69%-
HSV(B)83.08º16.77%60.78%-
XYZ27.3631.0525.32-
YUV149.05116.69125.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=33.80%
G=36.13%
B=30.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551290.0600.170.3983.0811.555.69
Hex919B8160112753c38
Octal2212332016021471231470
Binary10010001100110111000000111001000110011110100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919B81; }

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

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

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

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

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

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

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

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