#7CA169

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

Shades of Amulet #7CA169

Tints of Amulet #7CA169

Color information

#7CA169 (or 0x7CA169) is unknown color: approx Amulet. HEX triplet: 7C, A1 and 69. RGB value is (124,161,105). Sum of RGB (Red+Green+Blue) = 124+161+105=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA169 is #835E96. Grayscale: #8F8F8F. Windows color (decimal): -8609431 or 6922620. OLE color: 6922620.

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

Color convert

RGB124161105-
CMYK0.2300.350.37
HSL99.64º22.95%52.16%-
HSV(B)99.64º34.78%63.14%-
XYZ23.6130.7918.06-
YUV143.55106.24114.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=31.79%
G=41.28%
B=26.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241611050.2300.350.3799.6422.9552.16
Hex7CA1691702325641734
Octal17424115127043451442764
Binary1111100101000011101001101110100011100101110010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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