#749865

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

Shades of Amulet #749865

Tints of Amulet #749865

Color information

#749865 (or 0x749865) is unknown color: approx Amulet. HEX triplet: 74, 98 and 65. RGB value is (116,152,101). Sum of RGB (Red+Green+Blue) = 116+152+101=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #749865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749865 is #8B679A. Grayscale: #878787. Windows color (decimal): -9136027 or 6658164. OLE color: 6658164.

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

Color convert

RGB116152101-
CMYK0.2400.340.40
HSL102.35º20.16%49.61%-
HSV(B)102.35º33.55%59.61%-
XYZ20.7827.1116.45-
YUV135.42108.57114.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=31.44%
G=41.19%
B=27.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161521010.2400.340.40102.3520.1649.61
Hex7498651802228661432
Octal16423014530042501462462
Binary1110100100110001100101110000100010101000110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749865; }

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

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

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

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

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

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

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

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