#75AE68

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

Shades of Amulet #75AE68

Tints of Amulet #75AE68

Color information

#75AE68 (or 0x75AE68) is unknown color: approx Amulet. HEX triplet: 75, AE and 68. RGB value is (117,174,104). Sum of RGB (Red+Green+Blue) = 117+174+104=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE68 is #8A5197. Grayscale: #959595. Windows color (decimal): -9064856 or 6860405. OLE color: 6860405.

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

Color convert

RGB117174104-
CMYK0.3300.400.32
HSL108.86º30.17%54.51%-
HSV(B)108.86º40.23%68.24%-
XYZ24.9735.0518.55-
YUV148.98102.62105.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=29.62%
G=44.05%
B=26.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741040.3300.400.32108.8630.1754.51
Hex75AE6821028206d1e37
Octal16525615041050401553667
Binary11101011010111011010001000010101000100000110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,104); }

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

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

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

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

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

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

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