#919F99

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

Shades of Cascade #919F99

Tints of Cascade #919F99

Color information

#919F99 (or 0x919F99) is unknown color: approx Cascade. HEX triplet: 91, 9F and 99. RGB value is (145,159,153). Sum of RGB (Red+Green+Blue) = 145+159+153=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 159 - color contains mainly: green. Hex color #919F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F99 is #6E6066. Grayscale: #9A9A9A. Windows color (decimal): -7233639 or 10067857. OLE color: 10067857.

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

Color convert

RGB145159153-
CMYK0.0900.040.38
HSL154.29º6.8%59.61%-
HSV(B)154.29º8.81%62.35%-
XYZ29.8233.1234.96-
YUV154.13127.36121.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=31.73%
G=34.79%
B=33.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591530.0900.040.38154.296.859.61
Hex919F99904269a73c
Octal221237231110446232774
Binary1001000110011111100110011001010010011010011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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