Html Css Color HEX #72A56F Amulet

📋 copy color: '#72A56F'

red 114 ◦ green 165 ◦ blue 111

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

Shades of Amulet #72A56F

Tints of Amulet #72A56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 29.23%
G = 42.31%
B = 28.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#72A56F (or 0x72A56F) is known color: Amulet. HEX triplet: 72, A5 and 6F. RGB value is (114,165,111). Sum of RGB (Red+Green+Blue) = 114+165+111=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #72A56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A56F is #8D5A90. Grayscale: #8F8F8F. Windows color (decimal): -9263761 or 7316850. OLE color: 7316850.

HSL color Cylindrical-coordinate representation of color #72A56F: hue angle of 116.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A56F is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 111 -
CMYK 0.31 0 0.33 0.35
HSL 116.67º 0.23% 0.54% -
HSV(B) 116.67º 0.33% 0.65% -
XYZ 23.26 31.64 19.92 -
YUV 143.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 114 165 111 0.31 0 0.33 0.35 116.67 0.23 0.54
Hex 72 A5 6F 1F 0 21 23 75 17 36
Octal 162 245 157 37 0 41 43 165 27 66
Binary 1110010 10100101 1101111 11111 0 100001 100011 1110101 10111 110110

Color Harmonies of #72A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A56F

Black with #72A56F

Text Example


Text Example

White with #72A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,165,111); }

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

background-color css

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

 a { background-color: rgb(114,165,111); }

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

border-color css

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

 span { border-color: rgb(114,165,111); }

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