#919880

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

Shades of Sage #919880

Tints of Sage #919880

Color information

#919880 (or 0x919880) is unknown color: approx Sage. HEX triplet: 91, 98 and 80. RGB value is (145,152,128). Sum of RGB (Red+Green+Blue) = 145+152+128=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #919880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919880 is #6E677F. Grayscale: #939393. Windows color (decimal): -7235456 or 8427665. OLE color: 8427665.

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

Color convert

RGB145152128-
CMYK0.0500.160.40
HSL77.5º10.43%54.9%-
HSV(B)77.5º15.79%59.61%-
XYZ26.830.0324.81-
YUV147.17117.18126.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=34.12%
G=35.76%
B=30.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521280.0500.160.4077.510.4354.9
Hex9198805010284da37
Octal2212302005020501151267
Binary10010001100110001000000010101000010100010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919880; }

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

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

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

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

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

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

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

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