#9FA272

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

Shades of Locust #9FA272

Tints of Locust #9FA272

Color information

#9FA272 (or 0x9FA272) is unknown color: approx Locust. HEX triplet: 9F, A2 and 72. RGB value is (159,162,114). Sum of RGB (Red+Green+Blue) = 159+162+114=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA272 is #605D8D. Grayscale: #9B9B9B. Windows color (decimal): -6315406 or 7512735. OLE color: 7512735.

HSL color Cylindrical-coordinate representation of color #9FA272: hue angle of 63.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FA272 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB159162114-
CMYK0.0200.300.36
HSL63.75º20.51%54.12%-
HSV(B)63.75º29.63%63.53%-
XYZ30.2634.4320.97-
YUV155.63104.51130.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=36.55%
G=37.24%
B=26.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621140.0200.300.3663.7520.5154.12
Hex9FA272201E24401536
Octal2372421622036441002566
Binary1001111110100010111001010011110100100100000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,114); }

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

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

 a { background-color: rgb(159,162,114); }

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

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

 span { border-color: rgb(159,162,114); }

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