#9FA680

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

Shades of Locust #9FA680

Tints of Locust #9FA680

Color information

#9FA680 (or 0x9FA680) is unknown color: approx Locust. HEX triplet: 9F, A6 and 80. RGB value is (159,166,128). Sum of RGB (Red+Green+Blue) = 159+166+128=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA680 is #60597F. Grayscale: #9F9F9F. Windows color (decimal): -6314368 or 8431263. OLE color: 8431263.

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

Color convert

RGB159166128-
CMYK0.0400.230.35
HSL71.05º17.59%57.65%-
HSV(B)71.05º22.89%65.1%-
XYZ31.8336.225.73-
YUV159.58110.18127.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=35.10%
G=36.64%
B=28.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591661280.0400.230.3571.0517.5957.65
Hex9FA68040172347123a
Octal2372462004027431072272
Binary100111111010011010000000100010111100011100011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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