#75956D

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

Shades of Amulet #75956D

Tints of Amulet #75956D

Color information

#75956D (or 0x75956D) is unknown color: approx Amulet. HEX triplet: 75, 95 and 6D. RGB value is (117,149,109). Sum of RGB (Red+Green+Blue) = 117+149+109=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #75956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75956D is #8A6A92. Grayscale: #878787. Windows color (decimal): -9071251 or 7181685. OLE color: 7181685.

HSL color Cylindrical-coordinate representation of color #75956D: hue angle of 108º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75956D is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB117149109-
CMYK0.2100.270.42
HSL108º15.87%50.59%-
HSV(B)108º26.85%58.43%-
XYZ20.8426.3818.46-
YUV134.87113.4115.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=31.2%
G=39.73%
B=29.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491090.2100.270.4210815.8750.59
Hex75956D1501B2A6c1033
Octal16522515525033521542063
Binary111010110010101110110110101011011101010110110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75956D; }

 p { color: rgb(117,149,109); }

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

<style>
 a { background-color: #75956D; }

 a { background-color: rgb(117,149,109); }

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

<style>
 span { border-color: #75956D; }

 span { border-color: rgb(117,149,109); }

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