Html Css Color HEX #7CA971 Amulet

📋 copy color: '#7CA971'

red 124 ◦ green 169 ◦ blue 113

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

Shades of Amulet #7CA971

Tints of Amulet #7CA971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 30.54%
G = 41.63%
B = 27.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#7CA971 (or 0x7CA971) is known color: Amulet. HEX triplet: 7C, A9 and 71. RGB value is (124,169,113). Sum of RGB (Red+Green+Blue) = 124+169+113=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA971 is #83568E. Grayscale: #959595. Windows color (decimal): -8607375 or 7448956. OLE color: 7448956.

HSL color Cylindrical-coordinate representation of color #7CA971: hue angle of 108.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CA971 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 124 169 113 -
CMYK 0.27 0 0.33 0.34
HSL 108.21º 0.25% 0.55% -
HSV(B) 108.21º 0.33% 0.66% -
XYZ 25.48 33.85 20.81 -
YUV 149.16 107.59 110.05 -
System Red Green Blue C M Y K H S L
Decimal 124 169 113 0.27 0 0.33 0.34 108.21 0.25 0.55
Hex 7C A9 71 1B 0 21 22 6C 19 37
Octal 174 251 161 33 0 41 42 154 31 67
Binary 1111100 10101001 1110001 11011 0 100001 100010 1101100 11001 110111

Color Harmonies of #7CA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA971

Black with #7CA971

Text Example


Text Example

White with #7CA971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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