Html Css Color HEX #72AA61 Amulet

📋 copy color: '#72AA61'

red 114 ◦ green 170 ◦ blue 97

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

Shades of Amulet #72AA61

Tints of Amulet #72AA61

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.62%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 29.92%
G = 44.62%
B = 25.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#72AA61 (or 0x72AA61) is known color: Amulet. HEX triplet: 72, AA and 61. RGB value is (114,170,97). Sum of RGB (Red+Green+Blue) = 114+170+97=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA61 is #8D559E. Grayscale: #919191. Windows color (decimal): -9262495 or 6400626. OLE color: 6400626.

HSL color Cylindrical-coordinate representation of color #72AA61: hue angle of 106.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72AA61 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 97 -
CMYK 0.33 0 0.43 0.33
HSL 106.03º 0.3% 0.52% -
HSV(B) 106.03º 0.43% 0.67% -
XYZ 23.47 33.19 16.48 -
YUV 144.93 100.95 105.94 -
System Red Green Blue C M Y K H S L
Decimal 114 170 97 0.33 0 0.43 0.33 106.03 0.3 0.52
Hex 72 AA 61 21 0 2B 21 6A 1E 34
Octal 162 252 141 41 0 53 41 152 36 64
Binary 1110010 10101010 1100001 100001 0 101011 100001 1101010 11110 110100

Color Harmonies of #72AA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA61

Black with #72AA61

Text Example


Text Example

White with #72AA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,170,97); }

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

background-color css

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

 a { background-color: rgb(114,170,97); }

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

border-color css

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

 span { border-color: rgb(114,170,97); }

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