#749768

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

Shades of Amulet #749768

Tints of Amulet #749768

Color information

#749768 (or 0x749768) is unknown color: approx Amulet. HEX triplet: 74, 97 and 68. RGB value is (116,151,104). Sum of RGB (Red+Green+Blue) = 116+151+104=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #749768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749768 is #8B6897. Grayscale: #878787. Windows color (decimal): -9136280 or 6854516. OLE color: 6854516.

HSL color Cylindrical-coordinate representation of color #749768: hue angle of 104.68º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749768 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB116151104-
CMYK0.2300.310.41
HSL104.68º18.43%50%-
HSV(B)104.68º31.13%59.22%-
XYZ20.7726.8517.18-
YUV135.18110.4114.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=31.27%
G=40.70%
B=28.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161511040.2300.310.41104.6818.4350
Hex7497681701F29691232
Octal16422715027037511512262
Binary111010010010111110100010111011111101001110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749768; }

 p { color: rgb(116,151,104); }

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

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

 a { background-color: rgb(116,151,104); }

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

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

 span { border-color: rgb(116,151,104); }

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