Html Css Color HEX #7CA570 Amulet

📋 copy color: '#7CA570'

red 124 ◦ green 165 ◦ blue 112

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

Shades of Amulet #7CA570

Tints of Amulet #7CA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 30.92%
G = 41.15%
B = 27.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#7CA570 (or 0x7CA570) is known color: Amulet. HEX triplet: 7C, A5 and 70. RGB value is (124,165,112). Sum of RGB (Red+Green+Blue) = 124+165+112=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA570 is #835A8F. Grayscale: #929292. Windows color (decimal): -8608400 or 7382396. OLE color: 7382396.

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

Color convert

RGB 124 165 112 -
CMYK 0.25 0 0.32 0.35
HSL 106.42º 0.23% 0.54% -
HSV(B) 106.42º 0.32% 0.65% -
XYZ 24.69 32.37 20.27 -
YUV 146.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 124 165 112 0.25 0 0.32 0.35 106.42 0.23 0.54
Hex 7C A5 70 19 0 20 23 6A 17 36
Octal 174 245 160 31 0 40 43 152 27 66
Binary 1111100 10100101 1110000 11001 0 100000 100011 1101010 10111 110110

Color Harmonies of #7CA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA570

Black with #7CA570

Text Example


Text Example

White with #7CA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,165,112); }

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

background-color css

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

 a { background-color: rgb(124,165,112); }

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

border-color css

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

 span { border-color: rgb(124,165,112); }

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