Html Css Color HEX #7CAC66 Amulet

📋 copy color: '#7CAC66'

red 124 ◦ green 172 ◦ blue 102

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

Shades of Amulet #7CAC66

Tints of Amulet #7CAC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 31.16%
G = 43.22%
B = 25.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#7CAC66 (or 0x7CAC66) is known color: Amulet. HEX triplet: 7C, AC and 66. RGB value is (124,172,102). Sum of RGB (Red+Green+Blue) = 124+172+102=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC66 is #835399. Grayscale: #959595. Windows color (decimal): -8606618 or 6728828. OLE color: 6728828.

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

Color convert

RGB 124 172 102 -
CMYK 0.28 0 0.41 0.33
HSL 101.14º 0.3% 0.54% -
HSV(B) 101.14º 0.41% 0.67% -
XYZ 25.46 34.75 17.94 -
YUV 149.67 101.1 109.69 -
System Red Green Blue C M Y K H S L
Decimal 124 172 102 0.28 0 0.41 0.33 101.14 0.3 0.54
Hex 7C AC 66 1C 0 29 21 65 1E 36
Octal 174 254 146 34 0 51 41 145 36 66
Binary 1111100 10101100 1100110 11100 0 101001 100001 1100101 11110 110110

Color Harmonies of #7CAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC66

Black with #7CAC66

Text Example


Text Example

White with #7CAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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