Html Css Color HEX #7CA271 Amulet

📋 copy color: '#7CA271'

red 124 ◦ green 162 ◦ blue 113

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

Shades of Amulet #7CA271

Tints of Amulet #7CA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 31.08%
G = 40.6%
B = 28.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7CA271 (or 0x7CA271) is known color: Amulet. HEX triplet: 7C, A2 and 71. RGB value is (124,162,113). Sum of RGB (Red+Green+Blue) = 124+162+113=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA271 is #835D8E. Grayscale: #919191. Windows color (decimal): -8609167 or 7447164. OLE color: 7447164.

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

Color convert

RGB 124 162 113 -
CMYK 0.23 0 0.30 0.36
HSL 106.53º 0.21% 0.54% -
HSV(B) 106.53º 0.3% 0.64% -
XYZ 24.21 31.32 20.39 -
YUV 145.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 124 162 113 0.23 0 0.30 0.36 106.53 0.21 0.54
Hex 7C A2 71 17 0 1E 24 6B 15 36
Octal 174 242 161 27 0 36 44 153 25 66
Binary 1111100 10100010 1110001 10111 0 11110 100100 1101011 10101 110110

Color Harmonies of #7CA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA271

Black with #7CA271

Text Example


Text Example

White with #7CA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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