#919D79

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

Shades of Sage #919D79

Tints of Sage #919D79

Color information

#919D79 (or 0x919D79) is unknown color: approx Sage. HEX triplet: 91, 9D and 79. RGB value is (145,157,121). Sum of RGB (Red+Green+Blue) = 145+157+121=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #919D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D79 is #6E6286. Grayscale: #959595. Windows color (decimal): -7234183 or 7970193. OLE color: 7970193.

HSL color Cylindrical-coordinate representation of color #919D79: hue angle of 80º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919D79 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB145157121-
CMYK0.0800.230.38
HSL80º15.52%54.51%-
HSV(B)80º22.93%61.57%-
XYZ27.1931.5122.74-
YUV149.31112.02124.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=34.28%
G=37.12%
B=28.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451571210.0800.230.388015.5254.51
Hex919D79801726501037
Octal22123517110027461202067
Binary100100011001110111110011000010111100110101000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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