#9FA27B

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

Shades of Locust #9FA27B

Tints of Locust #9FA27B

Color information

#9FA27B (or 0x9FA27B) is unknown color: approx Locust. HEX triplet: 9F, A2 and 7B. RGB value is (159,162,123). Sum of RGB (Red+Green+Blue) = 159+162+123=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA27B is #605D84. Grayscale: #9C9C9C. Windows color (decimal): -6315397 or 8102559. OLE color: 8102559.

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

Color convert

RGB159162123-
CMYK0.0200.240.36
HSL64.62º17.33%55.88%-
HSV(B)64.62º24.07%63.53%-
XYZ30.7934.6423.8-
YUV156.66109.01129.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=35.81%
G=36.49%
B=27.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621230.0200.240.3664.6217.3355.88
Hex9FA27B201824411138
Octal2372421732030441012170
Binary1001111110100010111101110011000100100100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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