#75A36E

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

Shades of Amulet #75A36E

Tints of Amulet #75A36E

Color information

#75A36E (or 0x75A36E) is unknown color: approx Amulet. HEX triplet: 75, A3 and 6E. RGB value is (117,163,110). Sum of RGB (Red+Green+Blue) = 117+163+110=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #75A36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A36E is #8A5C91. Grayscale: #8F8F8F. Windows color (decimal): -9067666 or 7250805. OLE color: 7250805.

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

Color convert

RGB117163110-
CMYK0.2800.330.36
HSL112.08º22.36%53.53%-
HSV(B)112.08º32.52%63.92%-
XYZ23.2531.119.53-
YUV143.2109.26109.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=30%
G=41.79%
B=28.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171631100.2800.330.36112.0822.3653.53
Hex75A36E1C02124701636
Octal16524315634041441602666
Binary1110101101000111101110111000100001100100111000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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