#75AA66

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

Shades of Amulet #75AA66

Tints of Amulet #75AA66

Color information

#75AA66 (or 0x75AA66) is unknown color: approx Amulet. HEX triplet: 75, AA and 66. RGB value is (117,170,102). Sum of RGB (Red+Green+Blue) = 117+170+102=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA66 is #8A5599. Grayscale: #929292. Windows color (decimal): -9065882 or 6728309. OLE color: 6728309.

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

Color convert

RGB117170102-
CMYK0.3100.40.33
HSL106.76º28.57%53.33%-
HSV(B)106.76º40%66.67%-
XYZ24.1133.4917.76-
YUV146.4102.94107.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=30.08%
G=43.70%
B=26.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701020.3100.40.33106.7628.5753.33
Hex75AA661F028216b1d35
Octal16525214637050411533565
Binary1110101101010101100110111110101000100001110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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