#75A065

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

Shades of Amulet #75A065

Tints of Amulet #75A065

Color information

#75A065 (or 0x75A065) is unknown color: approx Amulet. HEX triplet: 75, A0 and 65. RGB value is (117,160,101). Sum of RGB (Red+Green+Blue) = 117+160+101=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #75A065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A065 is #8A5F9A. Grayscale: #8C8C8C. Windows color (decimal): -9068443 or 6660213. OLE color: 6660213.

HSL color Cylindrical-coordinate representation of color #75A065: hue angle of 103.73º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75A065 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB117160101-
CMYK0.2700.370.37
HSL103.73º23.69%51.18%-
HSV(B)103.73º36.88%62.75%-
XYZ22.2629.8616.9-
YUV140.42105.75111.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=30.95%
G=42.33%
B=26.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171601010.2700.370.37103.7323.6951.18
Hex75A0651B02525681833
Octal16524014533045451503063
Binary1110101101000001100101110110100101100101110100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,101); }

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

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

 a { background-color: rgb(117,160,101); }

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

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

 span { border-color: rgb(117,160,101); }

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