#9FA078

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

Shades of Locust #9FA078

Tints of Locust #9FA078

Color information

#9FA078 (or 0x9FA078) is unknown color: approx Locust. HEX triplet: 9F, A0 and 78. RGB value is (159,160,120). Sum of RGB (Red+Green+Blue) = 159+160+120=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA078 is #605F87. Grayscale: #9B9B9B. Windows color (decimal): -6315912 or 7905439. OLE color: 7905439.

HSL color Cylindrical-coordinate representation of color #9FA078: hue angle of 61.5º degrees, saturation: 0.17, 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 #9FA078 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB159160120-
CMYK0.0100.250.37
HSL61.5º17.39%54.9%-
HSV(B)61.5º25%62.75%-
XYZ30.2633.8722.71-
YUV155.14108.17130.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=36.22%
G=36.45%
B=27.33%

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
Decimal1591601200.0100.250.3761.517.3954.9
Hex9FA0781019253e1137
Octal237240170103145762167
Binary10011111101000001111000101100110010111111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,120); }

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

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

 a { background-color: rgb(159,160,120); }

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

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

 span { border-color: rgb(159,160,120); }

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