#749869

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

Shades of Amulet #749869

Tints of Amulet #749869

Color information

#749869 (or 0x749869) is unknown color: approx Amulet. HEX triplet: 74, 98 and 69. RGB value is (116,152,105). Sum of RGB (Red+Green+Blue) = 116+152+105=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #749869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749869 is #8B6796. Grayscale: #888888. Windows color (decimal): -9136023 or 6920308. OLE color: 6920308.

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

Color convert

RGB116152105-
CMYK0.2400.310.40
HSL105.96º18.58%50.39%-
HSV(B)105.96º30.92%59.61%-
XYZ20.9827.1917.51-
YUV135.88110.57113.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=31.10%
G=40.75%
B=28.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161521050.2400.310.40105.9618.5850.39
Hex7498691801F286a1332
Octal16423015130037501522362
Binary111010010011000110100111000011111101000110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749869; }

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

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

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

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

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

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

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

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