Html Css Color HEX #729D6E Amulet

📋 copy color: '#729D6E'

red 114 ◦ green 157 ◦ blue 110

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

Shades of Amulet #729D6E

Tints of Amulet #729D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 29.92%
G = 41.21%
B = 28.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#729D6E (or 0x729D6E) is known color: Amulet. HEX triplet: 72, 9D and 6E. RGB value is (114,157,110). Sum of RGB (Red+Green+Blue) = 114+157+110=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #729D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D6E is #8D6291. Grayscale: #8A8A8A. Windows color (decimal): -9265810 or 7249266. OLE color: 7249266.

HSL color Cylindrical-coordinate representation of color #729D6E: hue angle of 114.89º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729D6E is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 157 110 -
CMYK 0.27 0 0.30 0.38
HSL 114.89º 0.19% 0.52% -
HSV(B) 114.89º 0.3% 0.62% -
XYZ 21.81 28.82 19.16 -
YUV 138.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 114 157 110 0.27 0 0.30 0.38 114.89 0.19 0.52
Hex 72 9D 6E 1B 0 1E 26 73 13 34
Octal 162 235 156 33 0 36 46 163 23 64
Binary 1110010 10011101 1101110 11011 0 11110 100110 1110011 10011 110100

Color Harmonies of #729D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729D6E

Black with #729D6E

Text Example


Text Example

White with #729D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,157,110); }

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

background-color css

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

 a { background-color: rgb(114,157,110); }

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

border-color css

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

 span { border-color: rgb(114,157,110); }

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