#7CAD75

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

Shades of Amulet #7CAD75

Tints of Amulet #7CAD75

Color information

#7CAD75 (or 0x7CAD75) is unknown color: approx Amulet. HEX triplet: 7C, AD and 75. RGB value is (124,173,117). Sum of RGB (Red+Green+Blue) = 124+173+117=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAD75 is #83528A. Grayscale: #989898. Windows color (decimal): -8606347 or 7712124. OLE color: 7712124.

HSL color Cylindrical-coordinate representation of color #7CAD75: hue angle of 112.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CAD75 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB124173117-
CMYK0.2800.320.32
HSL112.5º25.45%56.86%-
HSV(B)112.5º32.37%67.84%-
XYZ26.4735.4622.28-
YUV151.96108.27108.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=29.95%
G=41.79%
B=28.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241731170.2800.320.32112.525.4556.86
Hex7CAD751C02020701939
Octal17425516534040401603171
Binary1111100101011011110101111000100000100000111000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,117); }

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

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

 a { background-color: rgb(124,173,117); }

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

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

 span { border-color: rgb(124,173,117); }

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