Html Css Color HEX #9FA247 Brass

📋 copy color: '#9FA247'

red 159 ◦ green 162 ◦ blue 71

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

Shades of Brass #9FA247

Tints of Brass #9FA247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 71 (28.13% from 255) = 18.11%

R = 40.56%
G = 41.33%
B = 18.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#9FA247 (or 0x9FA247) is known color: Brass. HEX triplet: 9F, A2 and 47. RGB value is (159,162,71). Sum of RGB (Red+Green+Blue) = 159+162+71=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA247 is #605DB8. Grayscale: #979797. Windows color (decimal): -6315449 or 4694687. OLE color: 4694687.

HSL color Cylindrical-coordinate representation of color #9FA247: hue angle of 61.98º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FA247 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 71 -
CMYK 0.02 0 0.56 0.36
HSL 61.98º 0.39% 0.46% -
HSV(B) 61.98º 0.56% 0.64% -
XYZ 28.36 33.67 10.97 -
YUV 150.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 159 162 71 0.02 0 0.56 0.36 61.98 0.39 0.46
Hex 9F A2 47 2 0 38 24 3E 27 2E
Octal 237 242 107 2 0 70 44 76 47 56
Binary 10011111 10100010 1000111 10 0 111000 100100 111110 100111 101110

Color Harmonies of #9FA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA247

Black with #9FA247

Text Example


Text Example

White with #9FA247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,71); }

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

background-color css

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

 a { background-color: rgb(159,162,71); }

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

border-color css

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

 span { border-color: rgb(159,162,71); }

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