#9FA792

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

Shades of Delta #9FA792

Tints of Delta #9FA792

Color information

#9FA792 (or 0x9FA792) is unknown color: approx Delta. HEX triplet: 9F, A7 and 92. RGB value is (159,167,146). Sum of RGB (Red+Green+Blue) = 159+167+146=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA792 is #60586D. Grayscale: #A2A2A2. Windows color (decimal): -6314094 or 9611167. OLE color: 9611167.

HSL color Cylindrical-coordinate representation of color #9FA792: hue angle of 82.86º 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 #9FA792 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB159167146-
CMYK0.0500.130.35
HSL82.86º10.66%61.37%-
HSV(B)82.86º12.57%65.49%-
XYZ33.3137.0832.6-
YUV162.21118.85125.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=33.69%
G=35.38%
B=30.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591671460.0500.130.3582.8610.6661.37
Hex9FA79250D2353b3d
Octal2372472225015431231375
Binary1001111110100111100100101010110110001110100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,146); }

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

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

 a { background-color: rgb(159,167,146); }

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

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

 span { border-color: rgb(159,167,146); }

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