#919F7C

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

Shades of Sage #919F7C

Tints of Sage #919F7C

Color information

#919F7C (or 0x919F7C) is unknown color: approx Sage. HEX triplet: 91, 9F and 7C. RGB value is (145,159,124). Sum of RGB (Red+Green+Blue) = 145+159+124=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #919F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F7C is #6E6083. Grayscale: #969696. Windows color (decimal): -7233668 or 8167313. OLE color: 8167313.

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

Color convert

RGB145159124-
CMYK0.0900.220.38
HSL84º15.42%55.49%-
HSV(B)84º22.01%62.35%-
XYZ27.7132.2723.84-
YUV150.82112.86123.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=33.88%
G=37.15%
B=28.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591240.0900.220.388415.4255.49
Hex919F7C90162654f37
Octal22123717411026461241767
Binary10010001100111111111100100101011010011010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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