Html Css Color HEX #9FA645 Brass

📋 copy color: '#9FA645'

red 159 ◦ green 166 ◦ blue 69

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

Shades of Brass #9FA645

Tints of Brass #9FA645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 40.36%
G = 42.13%
B = 17.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#9FA645 (or 0x9FA645) is known color: Brass. HEX triplet: 9F, A6 and 45. RGB value is (159,166,69). Sum of RGB (Red+Green+Blue) = 159+166+69=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA645 is #6059BA. Grayscale: #999999. Windows color (decimal): -6314427 or 4564639. OLE color: 4564639.

HSL color Cylindrical-coordinate representation of color #9FA645: hue angle of 64.33º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FA645 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 69 -
CMYK 0.04 0 0.58 0.35
HSL 64.33º 0.41% 0.46% -
HSV(B) 64.33º 0.58% 0.65% -
XYZ 29.01 35.07 10.87 -
YUV 152.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 159 166 69 0.04 0 0.58 0.35 64.33 0.41 0.46
Hex 9F A6 45 4 0 3A 23 40 29 2E
Octal 237 246 105 4 0 72 43 100 51 56
Binary 10011111 10100110 1000101 100 0 111010 100011 1000000 101001 101110

Color Harmonies of #9FA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA645

Black with #9FA645

Text Example


Text Example

White with #9FA645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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