Html Css Color HEX #72A26F Amulet

📋 copy color: '#72A26F'

red 114 ◦ green 162 ◦ blue 111

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

Shades of Amulet #72A26F

Tints of Amulet #72A26F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 29.46%
G = 41.86%
B = 28.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#72A26F (or 0x72A26F) is known color: Amulet. HEX triplet: 72, A2 and 6F. RGB value is (114,162,111). Sum of RGB (Red+Green+Blue) = 114+162+111=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #72A26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A26F is #8D5D90. Grayscale: #8D8D8D. Windows color (decimal): -9264529 or 7316082. OLE color: 7316082.

HSL color Cylindrical-coordinate representation of color #72A26F: hue angle of 116.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A26F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 162 111 -
CMYK 0.30 0 0.31 0.36
HSL 116.47º 0.22% 0.54% -
HSV(B) 116.47º 0.31% 0.64% -
XYZ 22.73 30.57 19.74 -
YUV 141.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 114 162 111 0.30 0 0.31 0.36 116.47 0.22 0.54
Hex 72 A2 6F 1E 0 1F 24 74 16 36
Octal 162 242 157 36 0 37 44 164 26 66
Binary 1110010 10100010 1101111 11110 0 11111 100100 1110100 10110 110110

Color Harmonies of #72A26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A26F

Black with #72A26F

Text Example


Text Example

White with #72A26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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