#9FA59A

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

Shades of Delta #9FA59A

Tints of Delta #9FA59A

Color information

#9FA59A (or 0x9FA59A) is unknown color: approx Delta. HEX triplet: 9F, A5 and 9A. RGB value is (159,165,154). Sum of RGB (Red+Green+Blue) = 159+165+154=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA59A is #605A65. Grayscale: #A1A1A1. Windows color (decimal): -6314598 or 10134943. OLE color: 10134943.

HSL color Cylindrical-coordinate representation of color #9FA59A: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA59A is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB159165154-
CMYK0.0400.070.35
HSL92.73º5.76%62.55%-
HSV(B)92.73º6.67%64.71%-
XYZ33.5936.6135.87-
YUV161.95123.51125.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=33.26%
G=34.52%
B=32.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591651540.0400.070.3592.735.7662.55
Hex9FA59A407235d63f
Octal23724523240743135677
Binary10011111101001011001101010001111000111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,165,154); }

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

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

 a { background-color: rgb(159,165,154); }

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

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

 span { border-color: rgb(159,165,154); }

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