Html Css Color HEX #9FA73A Brass

📋 copy color: '#9FA73A'

red 159 ◦ green 167 ◦ blue 58

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

Shades of Brass #9FA73A

Tints of Brass #9FA73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.49%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 41.41%
G = 43.49%
B = 15.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#9FA73A (or 0x9FA73A) is known color: Brass. HEX triplet: 9F, A7 and 3A. RGB value is (159,167,58). Sum of RGB (Red+Green+Blue) = 159+167+58=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA73A is #6058C5. Grayscale: #989898. Windows color (decimal): -6314182 or 3843999. OLE color: 3843999.

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

Color convert

RGB 159 167 58 -
CMYK 0.05 0 0.65 0.35
HSL 64.4º 0.48% 0.44% -
HSV(B) 64.4º 0.65% 0.65% -
XYZ 28.88 35.31 9.3 -
YUV 152.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 159 167 58 0.05 0 0.65 0.35 64.4 0.48 0.44
Hex 9F A7 3A 5 0 41 23 40 30 2C
Octal 237 247 72 5 0 101 43 100 60 54
Binary 10011111 10100111 111010 101 0 1000001 100011 1000000 110000 101100

Color Harmonies of #9FA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA73A

Black with #9FA73A

Text Example


Text Example

White with #9FA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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