Html Css Color HEX #7CA66C Amulet

📋 copy color: '#7CA66C'

red 124 ◦ green 166 ◦ blue 108

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

Shades of Amulet #7CA66C

Tints of Amulet #7CA66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 31.16%
G = 41.71%
B = 27.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#7CA66C (or 0x7CA66C) is known color: Amulet. HEX triplet: 7C, A6 and 6C. RGB value is (124,166,108). Sum of RGB (Red+Green+Blue) = 124+166+108=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA66C is #835993. Grayscale: #939393. Windows color (decimal): -8608148 or 7120508. OLE color: 7120508.

HSL color Cylindrical-coordinate representation of color #7CA66C: hue angle of 103.45º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CA66C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 166 108 -
CMYK 0.25 0 0.35 0.35
HSL 103.45º 0.25% 0.54% -
HSV(B) 103.45º 0.35% 0.65% -
XYZ 24.66 32.64 19.19 -
YUV 146.83 106.09 111.72 -
System Red Green Blue C M Y K H S L
Decimal 124 166 108 0.25 0 0.35 0.35 103.45 0.25 0.54
Hex 7C A6 6C 19 0 23 23 67 19 36
Octal 174 246 154 31 0 43 43 147 31 66
Binary 1111100 10100110 1101100 11001 0 100011 100011 1100111 11001 110110

Color Harmonies of #7CA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA66C

Black with #7CA66C

Text Example


Text Example

White with #7CA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,166,108); }

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

background-color css

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

 a { background-color: rgb(124,166,108); }

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

border-color css

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

 span { border-color: rgb(124,166,108); }

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