#9FA179

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

Shades of Locust #9FA179

Tints of Locust #9FA179

Color information

#9FA179 (or 0x9FA179) is unknown color: approx Locust. HEX triplet: 9F, A1 and 79. RGB value is (159,161,121). Sum of RGB (Red+Green+Blue) = 159+161+121=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA179 is #605E86. Grayscale: #9C9C9C. Windows color (decimal): -6315655 or 7971231. OLE color: 7971231.

HSL color Cylindrical-coordinate representation of color #9FA179: hue angle of 63º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FA179 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB159161121-
CMYK0.0100.250.37
HSL63º17.54%55.29%-
HSV(B)63º24.84%63.14%-
XYZ30.4934.2423.09-
YUV155.84108.34130.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=36.05%
G=36.51%
B=27.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611210.0100.250.376317.5455.29
Hex9FA1791019253f1237
Octal237241171103145772267
Binary10011111101000011111001101100110010111111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,121); }

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

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

 a { background-color: rgb(159,161,121); }

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

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

 span { border-color: rgb(159,161,121); }

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