#75A16E

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

Shades of Amulet #75A16E

Tints of Amulet #75A16E

Color information

#75A16E (or 0x75A16E) is unknown color: approx Amulet. HEX triplet: 75, A1 and 6E. RGB value is (117,161,110). Sum of RGB (Red+Green+Blue) = 117+161+110=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #75A16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A16E is #8A5E91. Grayscale: #8E8E8E. Windows color (decimal): -9068178 or 7250293. OLE color: 7250293.

HSL color Cylindrical-coordinate representation of color #75A16E: hue angle of 111.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A16E is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB117161110-
CMYK0.2700.320.37
HSL111.76º21.34%53.14%-
HSV(B)111.76º31.68%63.14%-
XYZ22.930.419.41-
YUV142.03109.92110.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=30.15%
G=41.49%
B=28.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171611100.2700.320.37111.7621.3453.14
Hex75A16E1B02025701535
Octal16524115633040451602565
Binary1110101101000011101110110110100000100101111000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,110); }

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

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

 a { background-color: rgb(117,161,110); }

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

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

 span { border-color: rgb(117,161,110); }

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