Html Css Color HEX #7CA171 Amulet

📋 copy color: '#7CA171'

red 124 ◦ green 161 ◦ blue 113

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

Shades of Amulet #7CA171

Tints of Amulet #7CA171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 31.16%
G = 40.45%
B = 28.39%

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

#7CA171 (or 0x7CA171) is known color: Amulet. HEX triplet: 7C, A1 and 71. RGB value is (124,161,113). Sum of RGB (Red+Green+Blue) = 124+161+113=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA171 is #835E8E. Grayscale: #909090. Windows color (decimal): -8609423 or 7446908. OLE color: 7446908.

HSL color Cylindrical-coordinate representation of color #7CA171: hue angle of 106.25º degrees, saturation: 0.2, 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 #7CA171 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 161 113 -
CMYK 0.23 0 0.30 0.37
HSL 106.25º 0.2% 0.54% -
HSV(B) 106.25º 0.3% 0.63% -
XYZ 24.04 30.97 20.33 -
YUV 144.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 124 161 113 0.23 0 0.30 0.37 106.25 0.2 0.54
Hex 7C A1 71 17 0 1E 25 6A 14 36
Octal 174 241 161 27 0 36 45 152 24 66
Binary 1111100 10100001 1110001 10111 0 11110 100101 1101010 10100 110110

Color Harmonies of #7CA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA171

Black with #7CA171

Text Example


Text Example

White with #7CA171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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