#729969

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

Shades of Amulet #729969

Tints of Amulet #729969

Color information

#729969 (or 0x729969) is unknown color: approx Amulet. HEX triplet: 72, 99 and 69. RGB value is (114,153,105). Sum of RGB (Red+Green+Blue) = 114+153+105=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #729969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729969 is #8D6696. Grayscale: #888888. Windows color (decimal): -9266839 or 6920562. OLE color: 6920562.

HSL color Cylindrical-coordinate representation of color #729969: hue angle of 108.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729969 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB114153105-
CMYK0.2500.310.4
HSL108.75º19.05%50.59%-
HSV(B)108.75º31.37%60%-
XYZ20.8827.3817.55-
YUV135.87110.58112.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=30.65%
G=41.13%
B=28.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141531050.2500.310.4108.7519.0550.59
Hex7299691901F286d1333
Octal16223115131037501552363
Binary111001010011001110100111001011111101000110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729969; }

 p { color: rgb(114,153,105); }

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

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

 a { background-color: rgb(114,153,105); }

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

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

 span { border-color: rgb(114,153,105); }

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