#7CA567

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

Shades of Amulet #7CA567

Tints of Amulet #7CA567

Color information

#7CA567 (or 0x7CA567) is unknown color: approx Amulet. HEX triplet: 7C, A5 and 67. RGB value is (124,165,103). Sum of RGB (Red+Green+Blue) = 124+165+103=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA567 is #835A98. Grayscale: #919191. Windows color (decimal): -8608409 or 6792572. OLE color: 6792572.

HSL color Cylindrical-coordinate representation of color #7CA567: hue angle of 99.68º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CA567 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB124165103-
CMYK0.2500.380.35
HSL99.68º25.62%52.55%-
HSV(B)99.68º37.58%64.71%-
XYZ24.2232.1717.77-
YUV145.67103.92112.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.63%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=31.63%
G=42.09%
B=26.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241651030.2500.380.3599.6825.6252.55
Hex7CA5671902623641a35
Octal17424514731046431443265
Binary1111100101001011100111110010100110100011110010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,103); }

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

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

 a { background-color: rgb(124,165,103); }

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

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

 span { border-color: rgb(124,165,103); }

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