#749966

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

Shades of Amulet #749966

Tints of Amulet #749966

Color information

#749966 (or 0x749966) is unknown color: approx Amulet. HEX triplet: 74, 99 and 66. RGB value is (116,153,102). Sum of RGB (Red+Green+Blue) = 116+153+102=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #749966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749966 is #8B6699. Grayscale: #888888. Windows color (decimal): -9135770 or 6723956. OLE color: 6723956.

HSL color Cylindrical-coordinate representation of color #749966: hue angle of 103.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749966 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB116153102-
CMYK0.2400.330.4
HSL103.53º20%50%-
HSV(B)103.53º33.33%60%-
XYZ20.9927.4516.76-
YUV136.12108.74113.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=31.27%
G=41.24%
B=27.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531020.2400.330.4103.532050
Hex7499661802128681432
Octal16423114630041501502462
Binary1110100100110011100110110000100001101000110100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749966; }

 p { color: rgb(116,153,102); }

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

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

 a { background-color: rgb(116,153,102); }

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

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

 span { border-color: rgb(116,153,102); }

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