#9FA27A

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

Shades of Locust #9FA27A

Tints of Locust #9FA27A

Color information

#9FA27A (or 0x9FA27A) is unknown color: approx Locust. HEX triplet: 9F, A2 and 7A. RGB value is (159,162,122). Sum of RGB (Red+Green+Blue) = 159+162+122=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA27A is #605D85. Grayscale: #9C9C9C. Windows color (decimal): -6315398 or 8037023. OLE color: 8037023.

HSL color Cylindrical-coordinate representation of color #9FA27A: hue angle of 64.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FA27A is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB159162122-
CMYK0.0200.250.36
HSL64.5º17.7%55.69%-
HSV(B)64.5º24.69%63.53%-
XYZ30.7334.6223.47-
YUV156.54108.51129.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=35.89%
G=36.57%
B=27.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621220.0200.250.3664.517.755.69
Hex9FA27A201924401238
Octal2372421722031441002270
Binary1001111110100010111101010011001100100100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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