Html Css Color HEX #7C946F Amulet

📋 copy color: '#7C946F'

red 124 ◦ green 148 ◦ blue 111

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

Shades of Amulet #7C946F

Tints of Amulet #7C946F

RGB

 RED value IS 124 (48.83% from 255) = 32.38%

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

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

R = 32.38%
G = 38.64%
B = 28.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#7C946F (or 0x7C946F) is known color: Amulet. HEX triplet: 7C, 94 and 6F. RGB value is (124,148,111). Sum of RGB (Red+Green+Blue) = 124+148+111=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #7C946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C946F is #836B90. Grayscale: #888888. Windows color (decimal): -8612753 or 7312508. OLE color: 7312508.

HSL color Cylindrical-coordinate representation of color #7C946F: hue angle of 98.92º 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 #7C946F is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 148 111 -
CMYK 0.16 0 0.25 0.42
HSL 98.92º 0.15% 0.51% -
HSV(B) 98.92º 0.25% 0.58% -
XYZ 21.77 26.61 19.03 -
YUV 136.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 124 148 111 0.16 0 0.25 0.42 98.92 0.15 0.51
Hex 7C 94 6F 10 0 19 2A 63 F 33
Octal 174 224 157 20 0 31 52 143 17 63
Binary 1111100 10010100 1101111 10000 0 11001 101010 1100011 1111 110011

Color Harmonies of #7C946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C946F

Black with #7C946F

Text Example


Text Example

White with #7C946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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