#919779

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

Shades of Sage #919779

Tints of Sage #919779

Color information

#919779 (or 0x919779) is unknown color: approx Sage. HEX triplet: 91, 97 and 79. RGB value is (145,151,121). Sum of RGB (Red+Green+Blue) = 145+151+121=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #919779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919779 is #6E6886. Grayscale: #919191. Windows color (decimal): -7235719 or 7968657. OLE color: 7968657.

HSL color Cylindrical-coordinate representation of color #919779: hue angle of 72º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919779 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB145151121-
CMYK0.0400.200.41
HSL72º12.61%53.33%-
HSV(B)72º19.87%59.22%-
XYZ26.1929.5322.41-
YUV145.79114.01127.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=34.77%
G=36.21%
B=29.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511210.0400.200.417212.6153.33
Hex91977940142948d35
Octal2212271714024511101565
Binary1001000110010111111100110001010010100110010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919779; }

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

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

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

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

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

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

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

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