#729765

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

Shades of Amulet #729765

Tints of Amulet #729765

Color information

#729765 (or 0x729765) is unknown color: approx Amulet. HEX triplet: 72, 97 and 65. RGB value is (114,151,101). Sum of RGB (Red+Green+Blue) = 114+151+101=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #729765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729765 is #8D689A. Grayscale: #868686. Windows color (decimal): -9267355 or 6657906. OLE color: 6657906.

HSL color Cylindrical-coordinate representation of color #729765: hue angle of 104.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729765 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB114151101-
CMYK0.2500.330.41
HSL104.4º19.84%49.41%-
HSV(B)104.4º33.11%59.22%-
XYZ20.3626.6516.38-
YUV134.24109.24113.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=31.15%
G=41.26%
B=27.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511010.2500.330.41104.419.8449.41
Hex7297651902129681431
Octal16222714531041511502461
Binary1110010100101111100101110010100001101001110100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729765; }

 p { color: rgb(114,151,101); }

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

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

 a { background-color: rgb(114,151,101); }

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

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

 span { border-color: rgb(114,151,101); }

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