#919877

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

Shades of Sage #919877

Tints of Sage #919877

Color information

#919877 (or 0x919877) is unknown color: approx Sage. HEX triplet: 91, 98 and 77. RGB value is (145,152,119). Sum of RGB (Red+Green+Blue) = 145+152+119=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #919877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919877 is #6E6788. Grayscale: #929292. Windows color (decimal): -7235465 or 7837841. OLE color: 7837841.

HSL color Cylindrical-coordinate representation of color #919877: hue angle of 72.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919877 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB145152119-
CMYK0.0500.220.40
HSL72.73º13.81%53.14%-
HSV(B)72.73º21.71%59.61%-
XYZ26.2429.8121.82-
YUV146.14112.68127.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=34.86%
G=36.54%
B=28.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521190.0500.220.4072.7313.8153.14
Hex91987750162849e35
Octal2212301675026501111665
Binary1001000110011000111011110101011010100010010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919877; }

 p { color: rgb(145,152,119); }

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

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

 a { background-color: rgb(145,152,119); }

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

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

 span { border-color: rgb(145,152,119); }

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