Html Css Color HEX #7A946F Amulet

📋 copy color: '#7A946F'

red 122 ◦ green 148 ◦ blue 111

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

Shades of Amulet #7A946F

Tints of Amulet #7A946F

RGB

 RED value IS 122 (48.05% from 255) = 32.02%

 GREEN value IS 148 (58.2% from 255) = 38.85%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 32.02%
G = 38.85%
B = 29.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#7A946F (or 0x7A946F) is known color: Amulet. HEX triplet: 7A, 94 and 6F. RGB value is (122,148,111). Sum of RGB (Red+Green+Blue) = 122+148+111=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #7A946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A946F is #856B90. Grayscale: #888888. Windows color (decimal): -8743825 or 7312506. OLE color: 7312506.

HSL color Cylindrical-coordinate representation of color #7A946F: hue angle of 102.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A946F is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 111 -
CMYK 0.18 0 0.25 0.42
HSL 102.16º 0.15% 0.51% -
HSV(B) 102.16º 0.25% 0.58% -
XYZ 21.49 26.47 19.01 -
YUV 136.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 122 148 111 0.18 0 0.25 0.42 102.16 0.15 0.51
Hex 7A 94 6F 12 0 19 2A 66 F 33
Octal 172 224 157 22 0 31 52 146 17 63
Binary 1111010 10010100 1101111 10010 0 11001 101010 1100110 1111 110011

Color Harmonies of #7A946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A946F

Black with #7A946F

Text Example


Text Example

White with #7A946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A946F; }

 p { color: rgb(122,148,111); }

 H1.HeaderClassName
 {
   color: #7A946F;
 }
 .AnyTagClassName
 {
   color: #7A946F;
 }
</style>

background-color css

<style>
 a { background-color: #7A946F; }

 a { background-color: rgb(122,148,111); }

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

border-color css

<style>
 span { border-color: #7A946F; }

 span { border-color: rgb(122,148,111); }

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