#919A7C

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

Shades of Sage #919A7C

Tints of Sage #919A7C

Color information

#919A7C (or 0x919A7C) is unknown color: approx Sage. HEX triplet: 91, 9A and 7C. RGB value is (145,154,124). Sum of RGB (Red+Green+Blue) = 145+154+124=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #919A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A7C is #6E6583. Grayscale: #949494. Windows color (decimal): -7234948 or 8166033. OLE color: 8166033.

HSL color Cylindrical-coordinate representation of color #919A7C: hue angle of 78º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919A7C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB145154124-
CMYK0.0600.190.40
HSL78º12.93%54.51%-
HSV(B)78º19.48%60.39%-
XYZ26.8730.5923.56-
YUV147.89114.52125.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=34.28%
G=36.41%
B=29.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451541240.0600.190.407812.9354.51
Hex919A7C6013284ed37
Octal2212321746023501161567
Binary1001000110011010111110011001001110100010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,154,124); }

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

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

 a { background-color: rgb(145,154,124); }

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

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

 span { border-color: rgb(145,154,124); }

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