#739D69

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

Shades of Amulet #739D69

Tints of Amulet #739D69

Color information

#739D69 (or 0x739D69) is unknown color: approx Amulet. HEX triplet: 73, 9D and 69. RGB value is (115,157,105). Sum of RGB (Red+Green+Blue) = 115+157+105=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #739D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D69 is #8C6296. Grayscale: #8A8A8A. Windows color (decimal): -9200279 or 6921587. OLE color: 6921587.

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

Color convert

RGB115157105-
CMYK0.2700.330.38
HSL108.46º20.97%51.37%-
HSV(B)108.46º33.12%61.57%-
XYZ21.6828.7817.78-
YUV138.51109.09111.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 157 (61.72% from 255) = 41.64%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=30.50%
G=41.64%
B=27.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151571050.2700.330.38108.4620.9751.37
Hex739D691B021266c1533
Octal16323515133041461542563
Binary1110011100111011101001110110100001100110110110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,157,105); }

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

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

 a { background-color: rgb(115,157,105); }

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

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

 span { border-color: rgb(115,157,105); }

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