#9F9F7E

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

Shades of Locust #9F9F7E

Tints of Locust #9F9F7E

Color information

#9F9F7E (or 0x9F9F7E) is unknown color: approx Locust. HEX triplet: 9F, 9F and 7E. RGB value is (159,159,126). Sum of RGB (Red+Green+Blue) = 159+159+126=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9F7E is #606081. Grayscale: #9B9B9B. Windows color (decimal): -6316162 or 8298399. OLE color: 8298399.

HSL color Cylindrical-coordinate representation of color #9F9F7E: hue angle of 60º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F9F7E is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB159159126-
CMYK000.210.38
HSL60º14.67%55.88%-
HSV(B)60º20.75%62.35%-
XYZ30.4633.6724.63-
YUV155.24111.5130.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=35.81%
G=35.81%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159159126000.210.386014.6755.88
Hex9F9F7E0015263cf38
Octal237237176002546741770
Binary1001111110011111111111000101011001101111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,159,126); }

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

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

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

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

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

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

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