#75A36F

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

Shades of Amulet #75A36F

Tints of Amulet #75A36F

Color information

#75A36F (or 0x75A36F) is unknown color: approx Amulet. HEX triplet: 75, A3 and 6F. RGB value is (117,163,111). Sum of RGB (Red+Green+Blue) = 117+163+111=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #75A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A36F is #8A5C90. Grayscale: #8F8F8F. Windows color (decimal): -9067665 or 7316341. OLE color: 7316341.

HSL color Cylindrical-coordinate representation of color #75A36F: hue angle of 113.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A36F is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB117163111-
CMYK0.2800.320.36
HSL113.08º22.03%53.73%-
HSV(B)113.08º31.9%63.92%-
XYZ23.331.1219.82-
YUV143.32109.76109.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=29.92%
G=41.69%
B=28.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171631110.2800.320.36113.0822.0353.73
Hex75A36F1C02024711636
Octal16524315734040441612666
Binary1110101101000111101111111000100000100100111000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,163,111); }

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

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

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

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

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

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

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