#759B67

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

Shades of Amulet #759B67

Tints of Amulet #759B67

Color information

#759B67 (or 0x759B67) is unknown color: approx Amulet. HEX triplet: 75, 9B and 67. RGB value is (117,155,103). Sum of RGB (Red+Green+Blue) = 117+155+103=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #759B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B67 is #8A6498. Grayscale: #898989. Windows color (decimal): -9069721 or 6790005. OLE color: 6790005.

HSL color Cylindrical-coordinate representation of color #759B67: hue angle of 103.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759B67 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB117155103-
CMYK0.2500.340.39
HSL103.85º20.63%50.59%-
HSV(B)103.85º33.55%60.78%-
XYZ21.5128.217.14-
YUV137.71108.41113.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=31.2%
G=41.33%
B=27.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551030.2500.340.39103.8520.6350.59
Hex759B671902227681533
Octal16523314731042471502563
Binary1110101100110111100111110010100010100111110100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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