Html Css Color HEX #9FA245 Brass

📋 copy color: '#9FA245'

red 159 ◦ green 162 ◦ blue 69

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

Shades of Brass #9FA245

Tints of Brass #9FA245

RGB

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

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

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

R = 40.77%
G = 41.54%
B = 17.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#9FA245 (or 0x9FA245) is known color: Brass. HEX triplet: 9F, A2 and 45. RGB value is (159,162,69). Sum of RGB (Red+Green+Blue) = 159+162+69=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA245 is #605DBA. Grayscale: #969696. Windows color (decimal): -6315451 or 4563615. OLE color: 4563615.

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

Color convert

RGB 159 162 69 -
CMYK 0.02 0 0.57 0.36
HSL 61.94º 0.4% 0.45% -
HSV(B) 61.94º 0.57% 0.64% -
XYZ 28.29 33.64 10.63 -
YUV 150.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 159 162 69 0.02 0 0.57 0.36 61.94 0.4 0.45
Hex 9F A2 45 2 0 39 24 3E 28 2D
Octal 237 242 105 2 0 71 44 76 50 55
Binary 10011111 10100010 1000101 10 0 111001 100100 111110 101000 101101

Color Harmonies of #9FA245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA245

Black with #9FA245

Text Example


Text Example

White with #9FA245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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