#7CAF6E

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

Shades of Amulet #7CAF6E

Tints of Amulet #7CAF6E

Color information

#7CAF6E (or 0x7CAF6E) is unknown color: approx Amulet. HEX triplet: 7C, AF and 6E. RGB value is (124,175,110). Sum of RGB (Red+Green+Blue) = 124+175+110=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF6E is #835091. Grayscale: #989898. Windows color (decimal): -8605842 or 7253884. OLE color: 7253884.

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

Color convert

RGB124175110-
CMYK0.2900.370.31
HSL107.08º28.89%55.88%-
HSV(B)107.08º37.14%68.63%-
XYZ26.4636.0720.32-
YUV152.34104.1107.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.32%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=30.32%
G=42.79%
B=26.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751100.2900.370.31107.0828.8955.88
Hex7CAF6E1D0251F6b1d38
Octal17425715635045371533570
Binary111110010101111110111011101010010111111110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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