#75AC66

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

Shades of Amulet #75AC66

Tints of Amulet #75AC66

Color information

#75AC66 (or 0x75AC66) is unknown color: approx Amulet. HEX triplet: 75, AC and 66. RGB value is (117,172,102). Sum of RGB (Red+Green+Blue) = 117+172+102=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC66 is #8A5399. Grayscale: #939393. Windows color (decimal): -9065370 or 6728821. OLE color: 6728821.

HSL color Cylindrical-coordinate representation of color #75AC66: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75AC66 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB117172102-
CMYK0.3200.410.33
HSL107.14º29.66%53.73%-
HSV(B)107.14º40.7%67.45%-
XYZ24.4934.2517.89-
YUV147.57102.28106.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=29.92%
G=43.99%
B=26.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171721020.3200.410.33107.1429.6653.73
Hex75AC6620029216b1e36
Octal16525414640051411533666
Binary11101011010110011001101000000101001100001110101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,102); }

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

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

 a { background-color: rgb(117,172,102); }

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

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

 span { border-color: rgb(117,172,102); }

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