#739E70

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

Shades of Amulet #739E70

Tints of Amulet #739E70

Color information

#739E70 (or 0x739E70) is unknown color: approx Amulet. HEX triplet: 73, 9E and 70. RGB value is (115,158,112). Sum of RGB (Red+Green+Blue) = 115+158+112=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #739E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739E70 is #8C618F. Grayscale: #8C8C8C. Windows color (decimal): -9200016 or 7380595. OLE color: 7380595.

HSL color Cylindrical-coordinate representation of color #739E70: hue angle of 116.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739E70 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB115158112-
CMYK0.2700.290.38
HSL116.09º19.17%52.94%-
HSV(B)116.09º29.11%61.96%-
XYZ22.2229.2719.81-
YUV139.9112.25110.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=29.87%
G=41.04%
B=29.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151581120.2700.290.38116.0919.1752.94
Hex739E701B01D26741335
Octal16323616033035461642365
Binary111001110011110111000011011011101100110111010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739E70; }

 p { color: rgb(115,158,112); }

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

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

 a { background-color: rgb(115,158,112); }

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

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

 span { border-color: rgb(115,158,112); }

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