#7CAF71

Color #7CAF71 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7CAF71

Tints of Amulet #7CAF71

Color information

#7CAF71 (or 0x7CAF71) is unknown color: approx Amulet. HEX triplet: 7C, AF and 71. RGB value is (124,175,113). Sum of RGB (Red+Green+Blue) = 124+175+113=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF71 is #83508E. Grayscale: #989898. Windows color (decimal): -8605839 or 7450492. OLE color: 7450492.

HSL color Cylindrical-coordinate representation of color #7CAF71: hue angle of 109.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CAF71 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB124175113-
CMYK0.2900.350.31
HSL109.35º27.93%56.47%-
HSV(B)109.35º35.43%68.63%-
XYZ26.6236.1421.19-
YUV152.68105.6107.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=30.10%
G=42.48%
B=27.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751130.2900.350.31109.3527.9356.47
Hex7CAF711D0231F6d1c38
Octal17425716135043371553470
Binary111110010101111111000111101010001111111110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CAF71;
 }
 .AnyTagClassName
 {
   color: #7CAF71;
 }
</style>
background-color css

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

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

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

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

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

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