#749866

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

Shades of Amulet #749866

Tints of Amulet #749866

Color information

#749866 (or 0x749866) is unknown color: approx Amulet. HEX triplet: 74, 98 and 66. RGB value is (116,152,102). Sum of RGB (Red+Green+Blue) = 116+152+102=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #749866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749866 is #8B6799. Grayscale: #878787. Windows color (decimal): -9136026 or 6723700. OLE color: 6723700.

HSL color Cylindrical-coordinate representation of color #749866: hue angle of 103.2º 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 #749866 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB116152102-
CMYK0.2400.330.40
HSL103.2º19.69%49.8%-
HSV(B)103.2º32.89%59.61%-
XYZ20.8327.1316.71-
YUV135.54109.07114.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=31.35%
G=41.08%
B=27.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161521020.2400.330.40103.219.6949.8
Hex7498661802128671432
Octal16423014630041501472462
Binary1110100100110001100110110000100001101000110011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749866; }

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

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

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

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

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

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

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

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