#749D69

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

Shades of Amulet #749D69

Tints of Amulet #749D69

Color information

#749D69 (or 0x749D69) is unknown color: approx Amulet. HEX triplet: 74, 9D and 69. RGB value is (116,157,105). Sum of RGB (Red+Green+Blue) = 116+157+105=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #749D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D69 is #8B6296. Grayscale: #8A8A8A. Windows color (decimal): -9134743 or 6921588. OLE color: 6921588.

HSL color Cylindrical-coordinate representation of color #749D69: hue angle of 107.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749D69 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB116157105-
CMYK0.2600.330.38
HSL107.31º20.97%51.37%-
HSV(B)107.31º33.12%61.57%-
XYZ21.8128.8517.78-
YUV138.81108.92111.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=30.69%
G=41.53%
B=27.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571050.2600.330.38107.3120.9751.37
Hex749D691A021266b1533
Octal16423515132041461532563
Binary1110100100111011101001110100100001100110110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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