#919879

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

Shades of Sage #919879

Tints of Sage #919879

Color information

#919879 (or 0x919879) is unknown color: approx Sage. HEX triplet: 91, 98 and 79. RGB value is (145,152,121). Sum of RGB (Red+Green+Blue) = 145+152+121=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #919879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919879 is #6E6786. Grayscale: #929292. Windows color (decimal): -7235463 or 7968913. OLE color: 7968913.

HSL color Cylindrical-coordinate representation of color #919879: hue angle of 73.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919879 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB145152121-
CMYK0.0500.200.40
HSL73.55º13.08%53.53%-
HSV(B)73.55º20.39%59.61%-
XYZ26.3629.8622.46-
YUV146.37113.68127.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=34.69%
G=36.36%
B=28.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521210.0500.200.4073.5513.0853.53
Hex9198795014284ad36
Octal2212301715024501121566
Binary1001000110011000111100110101010010100010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919879; }

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

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

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

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

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

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

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

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