#739B6A

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

Shades of Amulet #739B6A

Tints of Amulet #739B6A

Color information

#739B6A (or 0x739B6A) is unknown color: approx Amulet. HEX triplet: 73, 9B and 6A. RGB value is (115,155,106). Sum of RGB (Red+Green+Blue) = 115+155+106=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #739B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B6A is #8C6495. Grayscale: #898989. Windows color (decimal): -9200790 or 6986611. OLE color: 6986611.

HSL color Cylindrical-coordinate representation of color #739B6A: hue angle of 108.98º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739B6A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB115155106-
CMYK0.2600.320.39
HSL108.98º19.68%51.18%-
HSV(B)108.98º31.61%60.78%-
XYZ21.3928.1317.94-
YUV137.45110.25111.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=30.59%
G=41.22%
B=28.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551060.2600.320.39108.9819.6851.18
Hex739B6A1A020276d1433
Octal16323315232040471552463
Binary1110011100110111101010110100100000100111110110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,155,106); }

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

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

 a { background-color: rgb(115,155,106); }

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

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

 span { border-color: rgb(115,155,106); }

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