Html Css Color HEX #9FA945 Brass

📋 copy color: '#9FA945'

red 159 ◦ green 169 ◦ blue 69

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

Shades of Brass #9FA945

Tints of Brass #9FA945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 40.05%
G = 42.57%
B = 17.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#9FA945 (or 0x9FA945) is known color: Brass. HEX triplet: 9F, A9 and 45. RGB value is (159,169,69). Sum of RGB (Red+Green+Blue) = 159+169+69=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA945 is #6056BA. Grayscale: #9B9B9B. Windows color (decimal): -6313659 or 4565407. OLE color: 4565407.

HSL color Cylindrical-coordinate representation of color #9FA945: hue angle of 66º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FA945 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 69 -
CMYK 0.06 0 0.59 0.34
HSL 66º 0.42% 0.47% -
HSV(B) 66º 0.59% 0.66% -
XYZ 29.56 36.18 11.06 -
YUV 154.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 159 169 69 0.06 0 0.59 0.34 66 0.42 0.47
Hex 9F A9 45 6 0 3B 22 42 2A 2F
Octal 237 251 105 6 0 73 42 102 52 57
Binary 10011111 10101001 1000101 110 0 111011 100010 1000010 101010 101111

Color Harmonies of #9FA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA945

Black with #9FA945

Text Example


Text Example

White with #9FA945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,169,69); }

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

background-color css

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

 a { background-color: rgb(159,169,69); }

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

border-color css

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

 span { border-color: rgb(159,169,69); }

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