Html Css Color HEX #72AD6B Amulet

📋 copy color: '#72AD6B'

red 114 ◦ green 173 ◦ blue 107

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

Shades of Amulet #72AD6B

Tints of Amulet #72AD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 28.93%
G = 43.91%
B = 27.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#72AD6B (or 0x72AD6B) is known color: Amulet. HEX triplet: 72, AD and 6B. RGB value is (114,173,107). Sum of RGB (Red+Green+Blue) = 114+173+107=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD6B is #8D5294. Grayscale: #949494. Windows color (decimal): -9261717 or 7056754. OLE color: 7056754.

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

Color convert

RGB 114 173 107 -
CMYK 0.34 0 0.38 0.32
HSL 113.64º 0.29% 0.55% -
HSV(B) 113.64º 0.38% 0.68% -
XYZ 24.54 34.53 19.28 -
YUV 147.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 114 173 107 0.34 0 0.38 0.32 113.64 0.29 0.55
Hex 72 AD 6B 22 0 26 20 72 1D 37
Octal 162 255 153 42 0 46 40 162 35 67
Binary 1110010 10101101 1101011 100010 0 100110 100000 1110010 11101 110111

Color Harmonies of #72AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD6B

Black with #72AD6B

Text Example


Text Example

White with #72AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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