#9FA737

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

Shades of Brass #9FA737

Tints of Brass #9FA737

Color information

#9FA737 (or 0x9FA737) is unknown color: approx Brass. HEX triplet: 9F, A7 and 37. RGB value is (159,167,55). Sum of RGB (Red+Green+Blue) = 159+167+55=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA737 is #6058C8. Grayscale: #989898. Windows color (decimal): -6314185 or 3647391. OLE color: 3647391.

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

Color convert

RGB15916755-
CMYK0.0500.670.35
HSL64.29º50.45%43.53%-
HSV(B)64.29º67.07%65.49%-
XYZ28.8135.288.91-
YUV151.8473.35133.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=41.73%
G=43.83%
B=14.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159167550.0500.670.3564.2950.4543.53
Hex9FA73750432340322c
Octal2372476750103431006254
Binary1001111110100111110111101010000111000111000000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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