#75A967

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

Shades of Amulet #75A967

Tints of Amulet #75A967

Color information

#75A967 (or 0x75A967) is unknown color: approx Amulet. HEX triplet: 75, A9 and 67. RGB value is (117,169,103). Sum of RGB (Red+Green+Blue) = 117+169+103=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #75A967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A967 is #8A5698. Grayscale: #929292. Windows color (decimal): -9066137 or 6793589. OLE color: 6793589.

HSL color Cylindrical-coordinate representation of color #75A967: hue angle of 107.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75A967 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB117169103-
CMYK0.3100.390.34
HSL107.27º27.73%53.33%-
HSV(B)107.27º39.05%66.27%-
XYZ23.9733.1417.96-
YUV145.93103.77107.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=30.08%
G=43.44%
B=26.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171691030.3100.390.34107.2727.7353.33
Hex75A9671F027226b1c35
Octal16525114737047421533465
Binary1110101101010011100111111110100111100010110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,169,103); }

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

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

 a { background-color: rgb(117,169,103); }

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

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

 span { border-color: rgb(117,169,103); }

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