#919E79

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

Shades of Sage #919E79

Tints of Sage #919E79

Color information

#919E79 (or 0x919E79) is unknown color: approx Sage. HEX triplet: 91, 9E and 79. RGB value is (145,158,121). Sum of RGB (Red+Green+Blue) = 145+158+121=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #919E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E79 is #6E6186. Grayscale: #969696. Windows color (decimal): -7233927 or 7970449. OLE color: 7970449.

HSL color Cylindrical-coordinate representation of color #919E79: hue angle of 81.08º 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 #919E79 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB145158121-
CMYK0.0800.230.38
HSL81.08º16.02%54.71%-
HSV(B)81.08º23.42%61.96%-
XYZ27.3631.8522.8-
YUV149.9111.69124.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=34.20%
G=37.26%
B=28.54%

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
Decimal1451581210.0800.230.3881.0816.0254.71
Hex919E79801726511037
Octal22123617110027461212067
Binary100100011001111011110011000010111100110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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