#75AA6C

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

Shades of Amulet #75AA6C

Tints of Amulet #75AA6C

Color information

#75AA6C (or 0x75AA6C) is unknown color: approx Amulet. HEX triplet: 75, AA and 6C. RGB value is (117,170,108). Sum of RGB (Red+Green+Blue) = 117+170+108=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA6C is #8A5593. Grayscale: #939393. Windows color (decimal): -9065876 or 7121525. OLE color: 7121525.

HSL color Cylindrical-coordinate representation of color #75AA6C: hue angle of 111.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75AA6C is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB117170108-
CMYK0.3100.360.33
HSL111.29º26.72%54.51%-
HSV(B)111.29º36.47%66.67%-
XYZ24.4233.6119.39-
YUV147.08105.94106.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=29.62%
G=43.04%
B=27.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701080.3100.360.33111.2926.7254.51
Hex75AA6C1F024216f1b37
Octal16525215437044411573367
Binary1110101101010101101100111110100100100001110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,108); }

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

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

 a { background-color: rgb(117,170,108); }

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

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

 span { border-color: rgb(117,170,108); }

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