#9FA475

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

Shades of Locust #9FA475

Tints of Locust #9FA475

Color information

#9FA475 (or 0x9FA475) is unknown color: approx Locust. HEX triplet: 9F, A4 and 75. RGB value is (159,164,117). Sum of RGB (Red+Green+Blue) = 159+164+117=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA475 is #605B8A. Grayscale: #9D9D9D. Windows color (decimal): -6314891 or 7709855. OLE color: 7709855.

HSL color Cylindrical-coordinate representation of color #9FA475: hue angle of 66.38º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FA475 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB159164117-
CMYK0.0300.290.36
HSL66.38º20.52%55.1%-
HSV(B)66.38º28.66%64.31%-
XYZ30.7835.2122-
YUV157.15105.34129.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.14%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=36.14%
G=37.27%
B=26.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641170.0300.290.3666.3820.5255.1
Hex9FA475301D24421537
Octal2372441653035441022567
Binary1001111110100100111010111011101100100100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,117); }

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

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

 a { background-color: rgb(159,164,117); }

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

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

 span { border-color: rgb(159,164,117); }

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