#75A767

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

Shades of Amulet #75A767

Tints of Amulet #75A767

Color information

#75A767 (or 0x75A767) is unknown color: approx Amulet. HEX triplet: 75, A7 and 67. RGB value is (117,167,103). Sum of RGB (Red+Green+Blue) = 117+167+103=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #75A767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A767 is #8A5898. Grayscale: #909090. Windows color (decimal): -9066649 or 6793077. OLE color: 6793077.

HSL color Cylindrical-coordinate representation of color #75A767: hue angle of 106.88º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A767 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB117167103-
CMYK0.3000.380.35
HSL106.88º26.67%52.94%-
HSV(B)106.88º38.32%65.49%-
XYZ23.632.417.84-
YUV144.75104.44108.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=30.23%
G=43.15%
B=26.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171671030.3000.380.35106.8826.6752.94
Hex75A7671E026236b1b35
Octal16524714736046431533365
Binary1110101101001111100111111100100110100011110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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