#919E74

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

Shades of Sage #919E74

Tints of Sage #919E74

Color information

#919E74 (or 0x919E74) is unknown color: approx Sage. HEX triplet: 91, 9E and 74. RGB value is (145,158,116). Sum of RGB (Red+Green+Blue) = 145+158+116=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #919E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E74 is #6E618B. Grayscale: #959595. Windows color (decimal): -7233932 or 7642769. OLE color: 7642769.

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

Color convert

RGB145158116-
CMYK0.0800.270.38
HSL78.57º17.8%53.73%-
HSV(B)78.57º26.58%61.96%-
XYZ27.0631.7321.22-
YUV149.32109.19124.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=34.61%
G=37.71%
B=27.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581160.0800.270.3878.5717.853.73
Hex919E74801B264f1236
Octal22123616410033461172266
Binary100100011001111011101001000011011100110100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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