Html Css Color HEX #7CA478 Amulet

📋 copy color: '#7CA478'

red 124 ◦ green 164 ◦ blue 120

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

Shades of Amulet #7CA478

Tints of Amulet #7CA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 30.39%
G = 40.2%
B = 29.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7CA478 (or 0x7CA478) is known color: Amulet. HEX triplet: 7C, A4 and 78. RGB value is (124,164,120). Sum of RGB (Red+Green+Blue) = 124+164+120=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA478 is #835B87. Grayscale: #939393. Windows color (decimal): -8608648 or 7906428. OLE color: 7906428.

HSL color Cylindrical-coordinate representation of color #7CA478: hue angle of 114.55º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CA478 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 164 120 -
CMYK 0.24 0 0.27 0.36
HSL 114.55º 0.19% 0.56% -
HSV(B) 114.55º 0.27% 0.64% -
XYZ 24.98 32.19 22.67 -
YUV 147.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 124 164 120 0.24 0 0.27 0.36 114.55 0.19 0.56
Hex 7C A4 78 18 0 1B 24 73 13 38
Octal 174 244 170 30 0 33 44 163 23 70
Binary 1111100 10100100 1111000 11000 0 11011 100100 1110011 10011 111000

Color Harmonies of #7CA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA478

Black with #7CA478

Text Example


Text Example

White with #7CA478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,164,120); }

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

background-color css

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

 a { background-color: rgb(124,164,120); }

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

border-color css

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

 span { border-color: rgb(124,164,120); }

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