Html Css Color HEX #72A56A Amulet

📋 copy color: '#72A56A'

red 114 ◦ green 165 ◦ blue 106

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

Shades of Amulet #72A56A

Tints of Amulet #72A56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 29.61%
G = 42.86%
B = 27.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#72A56A (or 0x72A56A) is known color: Amulet. HEX triplet: 72, A5 and 6A. RGB value is (114,165,106). Sum of RGB (Red+Green+Blue) = 114+165+106=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #72A56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A56A is #8D5A95. Grayscale: #8F8F8F. Windows color (decimal): -9263766 or 6989170. OLE color: 6989170.

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

Color convert

RGB 114 165 106 -
CMYK 0.31 0 0.36 0.35
HSL 111.86º 0.25% 0.53% -
HSV(B) 111.86º 0.36% 0.65% -
XYZ 23 31.53 18.51 -
YUV 143.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 114 165 106 0.31 0 0.36 0.35 111.86 0.25 0.53
Hex 72 A5 6A 1F 0 24 23 70 19 35
Octal 162 245 152 37 0 44 43 160 31 65
Binary 1110010 10100101 1101010 11111 0 100100 100011 1110000 11001 110101

Color Harmonies of #72A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A56A

Black with #72A56A

Text Example


Text Example

White with #72A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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