Html Css Color HEX #9DA741 Brass

📋 copy color: '#9DA741'

red 157 ◦ green 167 ◦ blue 65

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

Shades of Brass #9DA741

Tints of Brass #9DA741

RGB

 RED value IS 157 (61.72% from 255) = 40.36%

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 40.36%
G = 42.93%
B = 16.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#9DA741 (or 0x9DA741) is known color: Brass. HEX triplet: 9D, A7 and 41. RGB value is (157,167,65). Sum of RGB (Red+Green+Blue) = 157+167+65=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA741 is #6258BE. Grayscale: #989898. Windows color (decimal): -6445247 or 4302749. OLE color: 4302749.

HSL color Cylindrical-coordinate representation of color #9DA741: hue angle of 65.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DA741 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 167 65 -
CMYK 0.06 0 0.61 0.35
HSL 65.88º 0.44% 0.45% -
HSV(B) 65.88º 0.61% 0.65% -
XYZ 28.68 35.19 10.28 -
YUV 152.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 157 167 65 0.06 0 0.61 0.35 65.88 0.44 0.45
Hex 9D A7 41 6 0 3D 23 42 2C 2D
Octal 235 247 101 6 0 75 43 102 54 55
Binary 10011101 10100111 1000001 110 0 111101 100011 1000010 101100 101101

Color Harmonies of #9DA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA741

Black with #9DA741

Text Example


Text Example

White with #9DA741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,167,65); }

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

background-color css

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

 a { background-color: rgb(157,167,65); }

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

border-color css

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

 span { border-color: rgb(157,167,65); }

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