Html Css Color HEX #7CAC76 Amulet

📋 copy color: '#7CAC76'

red 124 ◦ green 172 ◦ blue 118

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

Shades of Amulet #7CAC76

Tints of Amulet #7CAC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 29.95%
G = 41.55%
B = 28.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7CAC76 (or 0x7CAC76) is known color: Amulet. HEX triplet: 7C, AC and 76. RGB value is (124,172,118). Sum of RGB (Red+Green+Blue) = 124+172+118=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC76 is #835389. Grayscale: #979797. Windows color (decimal): -8606602 or 7777404. OLE color: 7777404.

HSL color Cylindrical-coordinate representation of color #7CAC76: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CAC76 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 172 118 -
CMYK 0.28 0 0.31 0.33
HSL 113.33º 0.25% 0.57% -
HSV(B) 113.33º 0.31% 0.67% -
XYZ 26.33 35.1 22.53 -
YUV 151.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 124 172 118 0.28 0 0.31 0.33 113.33 0.25 0.57
Hex 7C AC 76 1C 0 1F 21 71 19 39
Octal 174 254 166 34 0 37 41 161 31 71
Binary 1111100 10101100 1110110 11100 0 11111 100001 1110001 11001 111001

Color Harmonies of #7CAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC76

Black with #7CAC76

Text Example


Text Example

White with #7CAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,118); }

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

background-color css

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

 a { background-color: rgb(124,172,118); }

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

border-color css

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

 span { border-color: rgb(124,172,118); }

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