Html Css Color HEX #7CA372 Amulet

📋 copy color: '#7CA372'

red 124 ◦ green 163 ◦ blue 114

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

Shades of Amulet #7CA372

Tints of Amulet #7CA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 30.92%
G = 40.65%
B = 28.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7CA372 (or 0x7CA372) is known color: Amulet. HEX triplet: 7C, A3 and 72. RGB value is (124,163,114). Sum of RGB (Red+Green+Blue) = 124+163+114=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA372 is #835C8D. Grayscale: #919191. Windows color (decimal): -8608910 or 7512956. OLE color: 7512956.

HSL color Cylindrical-coordinate representation of color #7CA372: hue angle of 107.76º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CA372 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 163 114 -
CMYK 0.24 0 0.30 0.36
HSL 107.76º 0.21% 0.54% -
HSV(B) 107.76º 0.3% 0.64% -
XYZ 24.45 31.69 20.75 -
YUV 145.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 124 163 114 0.24 0 0.30 0.36 107.76 0.21 0.54
Hex 7C A3 72 18 0 1E 24 6C 15 36
Octal 174 243 162 30 0 36 44 154 25 66
Binary 1111100 10100011 1110010 11000 0 11110 100100 1101100 10101 110110

Color Harmonies of #7CA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA372

Black with #7CA372

Text Example


Text Example

White with #7CA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,163,114); }

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

background-color css

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

 a { background-color: rgb(124,163,114); }

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

border-color css

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

 span { border-color: rgb(124,163,114); }

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