Html Css Color HEX #9FA840 Brass

📋 copy color: '#9FA840'

red 159 ◦ green 168 ◦ blue 64

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

Shades of Brass #9FA840

Tints of Brass #9FA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 40.66%
G = 42.97%
B = 16.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#9FA840 (or 0x9FA840) is known color: Brass. HEX triplet: 9F, A8 and 40. RGB value is (159,168,64). Sum of RGB (Red+Green+Blue) = 159+168+64=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA840 is #6057BF. Grayscale: #999999. Windows color (decimal): -6313920 or 4237471. OLE color: 4237471.

HSL color Cylindrical-coordinate representation of color #9FA840: hue angle of 65.19º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FA840 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 168 64 -
CMYK 0.05 0 0.62 0.34
HSL 65.19º 0.45% 0.45% -
HSV(B) 65.19º 0.62% 0.66% -
XYZ 29.23 35.75 10.21 -
YUV 153.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 159 168 64 0.05 0 0.62 0.34 65.19 0.45 0.45
Hex 9F A8 40 5 0 3E 22 41 2D 2D
Octal 237 250 100 5 0 76 42 101 55 55
Binary 10011111 10101000 1000000 101 0 111110 100010 1000001 101101 101101

Color Harmonies of #9FA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA840

Black with #9FA840

Text Example


Text Example

White with #9FA840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,168,64); }

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

background-color css

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

 a { background-color: rgb(159,168,64); }

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

border-color css

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

 span { border-color: rgb(159,168,64); }

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