#759D6F

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

Shades of Amulet #759D6F

Tints of Amulet #759D6F

Color information

#759D6F (or 0x759D6F) is unknown color: approx Amulet. HEX triplet: 75, 9D and 6F. RGB value is (117,157,111). Sum of RGB (Red+Green+Blue) = 117+157+111=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #759D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D6F is #8A6290. Grayscale: #8B8B8B. Windows color (decimal): -9069201 or 7314805. OLE color: 7314805.

HSL color Cylindrical-coordinate representation of color #759D6F: hue angle of 112.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759D6F is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB117157111-
CMYK0.2500.290.38
HSL112.17º19.01%52.55%-
HSV(B)112.17º29.3%61.57%-
XYZ22.2629.0419.47-
YUV139.8111.75111.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 157 (61.72% from 255) = 40.78%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=30.39%
G=40.78%
B=28.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171571110.2500.290.38112.1719.0152.55
Hex759D6F1901D26701335
Octal16523515731035461602365
Binary111010110011101110111111001011101100110111000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759D6F; }

 p { color: rgb(117,157,111); }

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

<style>
 a { background-color: #759D6F; }

 a { background-color: rgb(117,157,111); }

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

<style>
 span { border-color: #759D6F; }

 span { border-color: rgb(117,157,111); }

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