#919E78

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

Shades of Sage #919E78

Tints of Sage #919E78

Color information

#919E78 (or 0x919E78) is unknown color: approx Sage. HEX triplet: 91, 9E and 78. RGB value is (145,158,120). Sum of RGB (Red+Green+Blue) = 145+158+120=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #919E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E78 is #6E6187. Grayscale: #959595. Windows color (decimal): -7233928 or 7904913. OLE color: 7904913.

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

Color convert

RGB145158120-
CMYK0.0800.240.38
HSL80.53º16.38%54.51%-
HSV(B)80.53º24.05%61.96%-
XYZ27.2931.8322.47-
YUV149.78111.19124.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=34.28%
G=37.35%
B=28.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581200.0800.240.3880.5316.3854.51
Hex919E78801826511037
Octal22123617010030461212067
Binary100100011001111011110001000011000100110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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