#749F69

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

Shades of Amulet #749F69

Tints of Amulet #749F69

Color information

#749F69 (or 0x749F69) is unknown color: approx Amulet. HEX triplet: 74, 9F and 69. RGB value is (116,159,105). Sum of RGB (Red+Green+Blue) = 116+159+105=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #749F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F69 is #8B6096. Grayscale: #8C8C8C. Windows color (decimal): -9134231 or 6922100. OLE color: 6922100.

HSL color Cylindrical-coordinate representation of color #749F69: hue angle of 107.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #749F69 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB116159105-
CMYK0.2700.340.38
HSL107.78º21.95%51.76%-
HSV(B)107.78º33.96%62.35%-
XYZ22.1529.5317.9-
YUV139.99108.25110.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=30.53%
G=41.84%
B=27.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161591050.2700.340.38107.7821.9551.76
Hex749F691B022266c1634
Octal16423715133042461542664
Binary1110100100111111101001110110100010100110110110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749F69; }

 p { color: rgb(116,159,105); }

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

<style>
 a { background-color: #749F69; }

 a { background-color: rgb(116,159,105); }

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

<style>
 span { border-color: #749F69; }

 span { border-color: rgb(116,159,105); }

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