#9FA990

Color #9FA990 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9FA990

Tints of Delta #9FA990

Color information

#9FA990 (or 0x9FA990) is unknown color: approx Delta. HEX triplet: 9F, A9 and 90. RGB value is (159,169,144). Sum of RGB (Red+Green+Blue) = 159+169+144=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA990 is #60566F. Grayscale: #A3A3A3. Windows color (decimal): -6313584 or 9480607. OLE color: 9480607.

HSL color Cylindrical-coordinate representation of color #9FA990: hue angle of 84º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA990 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB159169144-
CMYK0.0600.150.34
HSL84º12.69%61.37%-
HSV(B)84º14.79%66.27%-
XYZ33.5237.7631.91-
YUV163.16117.19125.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=33.69%
G=35.81%
B=30.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691440.0600.150.348412.6961.37
Hex9FA99060F2254d3d
Octal2372512206017421241575
Binary1001111110101001100100001100111110001010101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA990; }

 p { color: rgb(159,169,144); }

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

<style>
 a { background-color: #9FA990; }

 a { background-color: rgb(159,169,144); }

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

<style>
 span { border-color: #9FA990; }

 span { border-color: rgb(159,169,144); }

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