Html Css Color HEX #729764 Amulet

📋 copy color: '#729764'

red 114 ◦ green 151 ◦ blue 100

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

Shades of Amulet #729764

Tints of Amulet #729764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 31.23%
G = 41.37%
B = 27.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#729764 (or 0x729764) is known color: Amulet. HEX triplet: 72, 97 and 64. RGB value is (114,151,100). Sum of RGB (Red+Green+Blue) = 114+151+100=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #729764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729764 is #8D689B. Grayscale: #868686. Windows color (decimal): -9267356 or 6592370. OLE color: 6592370.

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

Color convert

RGB 114 151 100 -
CMYK 0.25 0 0.34 0.41
HSL 103.53º 0.2% 0.49% -
HSV(B) 103.53º 0.34% 0.59% -
XYZ 20.31 26.63 16.13 -
YUV 134.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 114 151 100 0.25 0 0.34 0.41 103.53 0.2 0.49
Hex 72 97 64 19 0 22 29 68 14 31
Octal 162 227 144 31 0 42 51 150 24 61
Binary 1110010 10010111 1100100 11001 0 100010 101001 1101000 10100 110001

Color Harmonies of #729764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729764

Black with #729764

Text Example


Text Example

White with #729764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729764; }

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

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

background-color css

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

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

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

border-color css

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

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

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