Html Css Color HEX #7CA170 Amulet

📋 copy color: '#7CA170'

red 124 ◦ green 161 ◦ blue 112

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

Shades of Amulet #7CA170

Tints of Amulet #7CA170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

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

R = 31.23%
G = 40.55%
B = 28.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#7CA170 (or 0x7CA170) is known color: Amulet. HEX triplet: 7C, A1 and 70. RGB value is (124,161,112). Sum of RGB (Red+Green+Blue) = 124+161+112=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA170 is #835E8F. Grayscale: #909090. Windows color (decimal): -8609424 or 7381372. OLE color: 7381372.

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

Color convert

RGB 124 161 112 -
CMYK 0.23 0 0.30 0.37
HSL 105.31º 0.21% 0.54% -
HSV(B) 105.31º 0.3% 0.63% -
XYZ 23.98 30.94 20.04 -
YUV 144.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 124 161 112 0.23 0 0.30 0.37 105.31 0.21 0.54
Hex 7C A1 70 17 0 1E 25 69 15 36
Octal 174 241 160 27 0 36 45 151 25 66
Binary 1111100 10100001 1110000 10111 0 11110 100101 1101001 10101 110110

Color Harmonies of #7CA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA170

Black with #7CA170

Text Example


Text Example

White with #7CA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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