#7CAF72

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

Shades of Amulet #7CAF72

Tints of Amulet #7CAF72

Color information

#7CAF72 (or 0x7CAF72) is unknown color: approx Amulet. HEX triplet: 7C, AF and 72. RGB value is (124,175,114). Sum of RGB (Red+Green+Blue) = 124+175+114=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF72 is #83508D. Grayscale: #989898. Windows color (decimal): -8605838 or 7516028. OLE color: 7516028.

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

Color convert

RGB124175114-
CMYK0.2900.350.31
HSL110.16º27.6%56.67%-
HSV(B)110.16º34.86%68.63%-
XYZ26.6836.1621.49-
YUV152.8106.1107.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=30.02%
G=42.37%
B=27.60%

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
Decimal1241751140.2900.350.31110.1627.656.67
Hex7CAF721D0231F6e1c39
Octal17425716235043371563471
Binary111110010101111111001011101010001111111110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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