#91A69F

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

Shades of Cascade #91A69F

Tints of Cascade #91A69F

Color information

#91A69F (or 0x91A69F) is unknown color: approx Cascade. HEX triplet: 91, A6 and 9F. RGB value is (145,166,159). Sum of RGB (Red+Green+Blue) = 145+166+159=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #91A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A69F is #6E5960. Grayscale: #9E9E9E. Windows color (decimal): -7231841 or 10462865. OLE color: 10462865.

HSL color Cylindrical-coordinate representation of color #91A69F: hue angle of 160º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A69F is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB145166159-
CMYK0.1300.040.35
HSL160º10.55%60.98%-
HSV(B)160º12.65%65.1%-
XYZ31.5735.838.05-
YUV158.92128.04118.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=30.85%
G=35.32%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1451661590.1300.040.3516010.5560.98
Hex91A69FD0423a0b3d
Octal2212462371504432401375
Binary10010001101001101001111111010100100011101000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A69F; }

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

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

<style>
 a { background-color: #91A69F; }

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

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

<style>
 span { border-color: #91A69F; }

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

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