#749F70

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

Shades of Amulet #749F70

Tints of Amulet #749F70

Color information

#749F70 (or 0x749F70) is unknown color: approx Amulet. HEX triplet: 74, 9F and 70. RGB value is (116,159,112). Sum of RGB (Red+Green+Blue) = 116+159+112=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #749F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F70 is #8B608F. Grayscale: #8C8C8C. Windows color (decimal): -9134224 or 7380852. OLE color: 7380852.

HSL color Cylindrical-coordinate representation of color #749F70: hue angle of 114.89º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749F70 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB116159112-
CMYK0.2700.300.38
HSL114.89º19.67%53.14%-
HSV(B)114.89º29.56%62.35%-
XYZ22.5329.6819.87-
YUV140.78111.75110.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=29.97%
G=41.09%
B=28.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161591120.2700.300.38114.8919.6753.14
Hex749F701B01E26731435
Octal16423716033036461632465
Binary111010010011111111000011011011110100110111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749F70; }

 p { color: rgb(116,159,112); }

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

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

 a { background-color: rgb(116,159,112); }

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

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

 span { border-color: rgb(116,159,112); }

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