#739F64

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

Shades of Amulet #739F64

Tints of Amulet #739F64

Color information

#739F64 (or 0x739F64) is unknown color: approx Amulet. HEX triplet: 73, 9F and 64. RGB value is (115,159,100). Sum of RGB (Red+Green+Blue) = 115+159+100=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #739F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F64 is #8C609B. Grayscale: #8B8B8B. Windows color (decimal): -9199772 or 6594419. OLE color: 6594419.

HSL color Cylindrical-coordinate representation of color #739F64: hue angle of 104.75º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #739F64 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB115159100-
CMYK0.2800.370.38
HSL104.75º23.51%50.78%-
HSV(B)104.75º37.11%62.35%-
XYZ21.7729.3616.58-
YUV139.12105.92110.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=30.75%
G=42.51%
B=26.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151591000.2800.370.38104.7523.5150.78
Hex739F641C02526691833
Octal16323714434045461513063
Binary1110011100111111100100111000100101100110110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,159,100); }

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

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

 a { background-color: rgb(115,159,100); }

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

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

 span { border-color: rgb(115,159,100); }

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