#919A7D

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

Shades of Sage #919A7D

Tints of Sage #919A7D

Color information

#919A7D (or 0x919A7D) is unknown color: approx Sage. HEX triplet: 91, 9A and 7D. RGB value is (145,154,125). Sum of RGB (Red+Green+Blue) = 145+154+125=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #919A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A7D is #6E6582. Grayscale: #949494. Windows color (decimal): -7234947 or 8231569. OLE color: 8231569.

HSL color Cylindrical-coordinate representation of color #919A7D: hue angle of 78.62º 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 #919A7D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB145154125-
CMYK0.0600.190.40
HSL78.62º12.55%54.71%-
HSV(B)78.62º18.83%60.39%-
XYZ26.9330.6123.89-
YUV148115.02125.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=34.20%
G=36.32%
B=29.48%

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
Decimal1451541250.0600.190.4078.6212.5554.71
Hex919A7D6013284fd37
Octal2212321756023501171567
Binary1001000110011010111110111001001110100010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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