Html Css Color HEX #72AD61 Amulet

📋 copy color: '#72AD61'

red 114 ◦ green 173 ◦ blue 97

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

Shades of Amulet #72AD61

Tints of Amulet #72AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.05%

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 29.69%
G = 45.05%
B = 25.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#72AD61 (or 0x72AD61) is known color: Amulet. HEX triplet: 72, AD and 61. RGB value is (114,173,97). Sum of RGB (Red+Green+Blue) = 114+173+97=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD61 is #8D529E. Grayscale: #929292. Windows color (decimal): -9261727 or 6401394. OLE color: 6401394.

HSL color Cylindrical-coordinate representation of color #72AD61: hue angle of 106.58º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72AD61 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 173 97 -
CMYK 0.34 0 0.44 0.32
HSL 106.58º 0.32% 0.53% -
HSV(B) 106.58º 0.44% 0.68% -
XYZ 24.04 34.33 16.67 -
YUV 146.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 114 173 97 0.34 0 0.44 0.32 106.58 0.32 0.53
Hex 72 AD 61 22 0 2C 20 6B 20 35
Octal 162 255 141 42 0 54 40 153 40 65
Binary 1110010 10101101 1100001 100010 0 101100 100000 1101011 100000 110101

Color Harmonies of #72AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD61

Black with #72AD61

Text Example


Text Example

White with #72AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AD61; }

 p { color: rgb(114,173,97); }

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

background-color css

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

 a { background-color: rgb(114,173,97); }

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

border-color css

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

 span { border-color: rgb(114,173,97); }

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