#75AD6D

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

Shades of Amulet #75AD6D

Tints of Amulet #75AD6D

Color information

#75AD6D (or 0x75AD6D) is unknown color: approx Amulet. HEX triplet: 75, AD and 6D. RGB value is (117,173,109). Sum of RGB (Red+Green+Blue) = 117+173+109=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD6D is #8A5292. Grayscale: #959595. Windows color (decimal): -9065107 or 7187829. OLE color: 7187829.

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

Color convert

RGB117173109-
CMYK0.3200.370.32
HSL112.5º28.07%55.29%-
HSV(B)112.5º36.99%67.84%-
XYZ25.0434.7719.86-
YUV148.96105.45105.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=29.32%
G=43.36%
B=27.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731090.3200.370.32112.528.0755.29
Hex75AD6D2002520701c37
Octal16525515540045401603467
Binary11101011010110111011011000000100101100000111000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AD6D; }

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

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

<style>
 a { background-color: #75AD6D; }

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

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

<style>
 span { border-color: #75AD6D; }

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

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