#9FA68E

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

Shades of Delta #9FA68E

Tints of Delta #9FA68E

Color information

#9FA68E (or 0x9FA68E) is unknown color: approx Delta. HEX triplet: 9F, A6 and 8E. RGB value is (159,166,142). Sum of RGB (Red+Green+Blue) = 159+166+142=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA68E is #605971. Grayscale: #A1A1A1. Windows color (decimal): -6314354 or 9348767. OLE color: 9348767.

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

Color convert

RGB159166142-
CMYK0.0400.140.35
HSL77.5º11.88%60.39%-
HSV(B)77.5º14.46%65.1%-
XYZ32.8236.630.93-
YUV161.17117.18126.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=34.05%
G=35.55%
B=30.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591661420.0400.140.3577.511.8860.39
Hex9FA68E40E234dc3c
Octal2372462164016431151474
Binary1001111110100110100011101000111010001110011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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