Html Css Color HEX #729766 Amulet

📋 copy color: '#729766'

red 114 ◦ green 151 ◦ blue 102

#729766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #729766

Tints of Amulet #729766

RGB

 RED value IS 114 (44.92% from 255) = 31.06%

 GREEN value IS 151 (59.38% from 255) = 41.14%

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 31.06%
G = 41.14%
B = 27.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#729766 (or 0x729766) is known color: Amulet. HEX triplet: 72, 97 and 66. RGB value is (114,151,102). Sum of RGB (Red+Green+Blue) = 114+151+102=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #729766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729766 is #8D6899. Grayscale: #868686. Windows color (decimal): -9267354 or 6723442. OLE color: 6723442.

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

Color convert

RGB 114 151 102 -
CMYK 0.25 0 0.32 0.41
HSL 105.31º 0.19% 0.5% -
HSV(B) 105.31º 0.32% 0.59% -
XYZ 20.4 26.67 16.64 -
YUV 134.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 114 151 102 0.25 0 0.32 0.41 105.31 0.19 0.5
Hex 72 97 66 19 0 20 29 69 13 32
Octal 162 227 146 31 0 40 51 151 23 62
Binary 1110010 10010111 1100110 11001 0 100000 101001 1101001 10011 110010

Color Harmonies of #729766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729766

Black with #729766

Text Example


Text Example

White with #729766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729766; }

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

 H1.HeaderClassName
 {
   color: #729766;
 }
 .AnyTagClassName
 {
   color: #729766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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