#7CA069

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

Shades of Amulet #7CA069

Tints of Amulet #7CA069

Color information

#7CA069 (or 0x7CA069) is unknown color: approx Amulet. HEX triplet: 7C, A0 and 69. RGB value is (124,160,105). Sum of RGB (Red+Green+Blue) = 124+160+105=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA069 is #835F96. Grayscale: #8F8F8F. Windows color (decimal): -8609687 or 6922364. OLE color: 6922364.

HSL color Cylindrical-coordinate representation of color #7CA069: hue angle of 99.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CA069 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB124160105-
CMYK0.2200.340.37
HSL99.27º22.45%51.96%-
HSV(B)99.27º34.38%62.75%-
XYZ23.4330.4518.01-
YUV142.97106.57114.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 160 (62.89% from 255) = 41.13%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=31.88%
G=41.13%
B=26.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241601050.2200.340.3799.2722.4551.96
Hex7CA0691602225631634
Octal17424015126042451432664
Binary1111100101000001101001101100100010100101110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,105); }

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

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

 a { background-color: rgb(124,160,105); }

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

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

 span { border-color: rgb(124,160,105); }

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