#75AB66

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

Shades of Amulet #75AB66

Tints of Amulet #75AB66

Color information

#75AB66 (or 0x75AB66) is unknown color: approx Amulet. HEX triplet: 75, AB and 66. RGB value is (117,171,102). Sum of RGB (Red+Green+Blue) = 117+171+102=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB66 is #8A5499. Grayscale: #939393. Windows color (decimal): -9065626 or 6728565. OLE color: 6728565.

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

Color convert

RGB117171102-
CMYK0.3200.400.33
HSL106.96º29.11%53.53%-
HSV(B)106.96º40.35%67.06%-
XYZ24.333.8717.83-
YUV146.99102.61106.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=30%
G=43.85%
B=26.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711020.3200.400.33106.9629.1153.53
Hex75AB6620028216b1d36
Octal16525314640050411533566
Binary11101011010101111001101000000101000100001110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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