Html Css Color HEX #729E66 Amulet

📋 copy color: '#729E66'

red 114 ◦ green 158 ◦ blue 102

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

Shades of Amulet #729E66

Tints of Amulet #729E66

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

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

R = 30.48%
G = 42.25%
B = 27.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#729E66 (or 0x729E66) is known color: Amulet. HEX triplet: 72, 9E and 66. RGB value is (114,158,102). Sum of RGB (Red+Green+Blue) = 114+158+102=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #729E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E66 is #8D6199. Grayscale: #8A8A8A. Windows color (decimal): -9265562 or 6725234. OLE color: 6725234.

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

Color convert

RGB 114 158 102 -
CMYK 0.28 0 0.35 0.38
HSL 107.14º 0.22% 0.51% -
HSV(B) 107.14º 0.35% 0.62% -
XYZ 21.56 28.99 17.03 -
YUV 138.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 114 158 102 0.28 0 0.35 0.38 107.14 0.22 0.51
Hex 72 9E 66 1C 0 23 26 6B 16 33
Octal 162 236 146 34 0 43 46 153 26 63
Binary 1110010 10011110 1100110 11100 0 100011 100110 1101011 10110 110011

Color Harmonies of #729E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729E66

Black with #729E66

Text Example


Text Example

White with #729E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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