Html Css Color HEX #7CA479 Amulet

📋 copy color: '#7CA479'

red 124 ◦ green 164 ◦ blue 121

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

Shades of Amulet #7CA479

Tints of Amulet #7CA479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 30.32%
G = 40.1%
B = 29.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#7CA479 (or 0x7CA479) is known color: Amulet. HEX triplet: 7C, A4 and 79. RGB value is (124,164,121). Sum of RGB (Red+Green+Blue) = 124+164+121=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA479 is #835B86. Grayscale: #939393. Windows color (decimal): -8608647 or 7971964. OLE color: 7971964.

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

Color convert

RGB 124 164 121 -
CMYK 0.24 0 0.26 0.36
HSL 115.81º 0.19% 0.56% -
HSV(B) 115.81º 0.26% 0.64% -
XYZ 25.04 32.22 22.99 -
YUV 147.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 124 164 121 0.24 0 0.26 0.36 115.81 0.19 0.56
Hex 7C A4 79 18 0 1A 24 74 13 38
Octal 174 244 171 30 0 32 44 164 23 70
Binary 1111100 10100100 1111001 11000 0 11010 100100 1110100 10011 111000

Color Harmonies of #7CA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA479

Black with #7CA479

Text Example


Text Example

White with #7CA479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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