#739B68

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

Shades of Amulet #739B68

Tints of Amulet #739B68

Color information

#739B68 (or 0x739B68) is unknown color: approx Amulet. HEX triplet: 73, 9B and 68. RGB value is (115,155,104). Sum of RGB (Red+Green+Blue) = 115+155+104=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #739B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B68 is #8C6497. Grayscale: #898989. Windows color (decimal): -9200792 or 6855539. OLE color: 6855539.

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

Color convert

RGB115155104-
CMYK0.2600.330.39
HSL107.06º20.32%50.78%-
HSV(B)107.06º32.9%60.78%-
XYZ21.2928.0917.4-
YUV137.23109.25112.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=30.75%
G=41.44%
B=27.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551040.2600.330.39107.0620.3250.78
Hex739B681A021276b1433
Octal16323315032041471532463
Binary1110011100110111101000110100100001100111110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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