#729E6C

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

Shades of Amulet #729E6C

Tints of Amulet #729E6C

Color information

#729E6C (or 0x729E6C) is unknown color: approx Amulet. HEX triplet: 72, 9E and 6C. RGB value is (114,158,108). Sum of RGB (Red+Green+Blue) = 114+158+108=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #729E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E6C is #8D6193. Grayscale: #8B8B8B. Windows color (decimal): -9265556 or 7118450. OLE color: 7118450.

HSL color Cylindrical-coordinate representation of color #729E6C: hue angle of 112.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #729E6C is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB114158108-
CMYK0.2800.320.38
HSL112.8º20.49%52.16%-
HSV(B)112.8º31.65%61.96%-
XYZ21.8729.1118.65-
YUV139.14110.42110.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=30%
G=41.58%
B=28.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141581080.2800.320.38112.820.4952.16
Hex729E6C1C02026711434
Octal16223615434040461612464
Binary1110010100111101101100111000100000100110111000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729E6C; }

 p { color: rgb(114,158,108); }

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

<style>
 a { background-color: #729E6C; }

 a { background-color: rgb(114,158,108); }

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

<style>
 span { border-color: #729E6C; }

 span { border-color: rgb(114,158,108); }

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