Html Css Color HEX #9FA142 Brass

📋 copy color: '#9FA142'

red 159 ◦ green 161 ◦ blue 66

#9FA142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9FA142

Tints of Brass #9FA142

RGB

 RED value IS 159 (62.5% from 255) = 41.19%

 GREEN value IS 161 (63.28% from 255) = 41.71%

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 41.19%
G = 41.71%
B = 17.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#9FA142 (or 0x9FA142) is known color: Brass. HEX triplet: 9F, A1 and 42. RGB value is (159,161,66). Sum of RGB (Red+Green+Blue) = 159+161+66=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA142 is #605EBD. Grayscale: #959595. Windows color (decimal): -6315710 or 4366751. OLE color: 4366751.

HSL color Cylindrical-coordinate representation of color #9FA142: hue angle of 61.26º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FA142 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 66 -
CMYK 0.01 0 0.59 0.37
HSL 61.26º 0.42% 0.45% -
HSV(B) 61.26º 0.59% 0.63% -
XYZ 28.03 33.25 10.1 -
YUV 149.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 159 161 66 0.01 0 0.59 0.37 61.26 0.42 0.45
Hex 9F A1 42 1 0 3B 25 3D 2A 2D
Octal 237 241 102 1 0 73 45 75 52 55
Binary 10011111 10100001 1000010 1 0 111011 100101 111101 101010 101101

Color Harmonies of #9FA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA142

Black with #9FA142

Text Example


Text Example

White with #9FA142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,66); }

 H1.HeaderClassName
 {
   color: #9FA142;
 }
 .AnyTagClassName
 {
   color: #9FA142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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