#9FA73F

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

Shades of Brass #9FA73F

Tints of Brass #9FA73F

Color information

#9FA73F (or 0x9FA73F) is unknown color: approx Brass. HEX triplet: 9F, A7 and 3F. RGB value is (159,167,63). Sum of RGB (Red+Green+Blue) = 159+167+63=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA73F is #6058C0. Grayscale: #999999. Windows color (decimal): -6314177 or 4171679. OLE color: 4171679.

HSL color Cylindrical-coordinate representation of color #9FA73F: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FA73F is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB15916763-
CMYK0.0500.620.35
HSL64.62º45.22%45.1%-
HSV(B)64.62º62.28%65.49%-
XYZ29.0135.3710-
YUV152.7577.35132.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 63 (25% from 255) = 16.20%
R=40.87%
G=42.93%
B=16.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159167630.0500.620.3564.6245.2245.1
Hex9FA73F503E23412d2d
Octal237247775076431015555
Binary100111111010011111111110101111101000111000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,63); }

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

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

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

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

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

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

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