#75A675

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

Shades of Amulet #75A675

Tints of Amulet #75A675

Color information

#75A675 (or 0x75A675) is unknown color: approx Amulet. HEX triplet: 75, A6 and 75. RGB value is (117,166,117). Sum of RGB (Red+Green+Blue) = 117+166+117=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #75A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A675 is #8A598A. Grayscale: #919191. Windows color (decimal): -9066891 or 7710325. OLE color: 7710325.

HSL color Cylindrical-coordinate representation of color #75A675: hue angle of 120º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A675 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB117166117-
CMYK0.3000.300.35
HSL120º21.59%55.49%-
HSV(B)120º29.52%65.1%-
XYZ24.1832.3421.8-
YUV145.76111.77107.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=29.25%
G=41.5%
B=29.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171661170.3000.300.3512021.5955.49
Hex75A6751E01E23781637
Octal16524616536036431702667
Binary111010110100110111010111110011110100011111100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,166,117); }

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

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

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

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

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

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

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