Html Css Color HEX #72A56E Amulet

📋 copy color: '#72A56E'

red 114 ◦ green 165 ◦ blue 110

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

Shades of Amulet #72A56E

Tints of Amulet #72A56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 29.31%
G = 42.42%
B = 28.28%

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

#72A56E (or 0x72A56E) is known color: Amulet. HEX triplet: 72, A5 and 6E. RGB value is (114,165,110). Sum of RGB (Red+Green+Blue) = 114+165+110=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #72A56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A56E is #8D5A91. Grayscale: #8F8F8F. Windows color (decimal): -9263762 or 7251314. OLE color: 7251314.

HSL color Cylindrical-coordinate representation of color #72A56E: hue angle of 115.64º 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 #72A56E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 110 -
CMYK 0.31 0 0.33 0.35
HSL 115.64º 0.23% 0.54% -
HSV(B) 115.64º 0.33% 0.65% -
XYZ 23.21 31.61 19.63 -
YUV 143.48 109.1 106.97 -
System Red Green Blue C M Y K H S L
Decimal 114 165 110 0.31 0 0.33 0.35 115.64 0.23 0.54
Hex 72 A5 6E 1F 0 21 23 74 17 36
Octal 162 245 156 37 0 41 43 164 27 66
Binary 1110010 10100101 1101110 11111 0 100001 100011 1110100 10111 110110

Color Harmonies of #72A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A56E

Black with #72A56E

Text Example


Text Example

White with #72A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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