#9FA63E

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

Shades of Brass #9FA63E

Tints of Brass #9FA63E

Color information

#9FA63E (or 0x9FA63E) is unknown color: approx Brass. HEX triplet: 9F, A6 and 3E. RGB value is (159,166,62). Sum of RGB (Red+Green+Blue) = 159+166+62=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA63E is #6059C1. Grayscale: #989898. Windows color (decimal): -6314434 or 4105887. OLE color: 4105887.

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

Color convert

RGB15916662-
CMYK0.0400.630.35
HSL64.04º45.61%44.71%-
HSV(B)64.04º62.65%65.1%-
XYZ28.834.999.79-
YUV152.0577.18132.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 62 (24.61% from 255) = 16.02%
R=41.09%
G=42.89%
B=16.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159166620.0400.630.3564.0445.6144.71
Hex9FA63E403F23402e2d
Octal237246764077431005655
Binary100111111010011011111010001111111000111000000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,62); }

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

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

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

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

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

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

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