Html Css Color HEX #72AA56 Asparagus

📋 copy color: '#72AA56'

red 114 ◦ green 170 ◦ blue 86

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

Shades of Asparagus #72AA56

Tints of Asparagus #72AA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 30.81%
G = 45.95%
B = 23.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#72AA56 (or 0x72AA56) is known color: Asparagus. HEX triplet: 72, AA and 56. RGB value is (114,170,86). Sum of RGB (Red+Green+Blue) = 114+170+86=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA56 is #8D55A9. Grayscale: #8F8F8F. Windows color (decimal): -9262506 or 5679730. OLE color: 5679730.

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

Color convert

RGB 114 170 86 -
CMYK 0.33 0 0.49 0.33
HSL 100º 0.33% 0.5% -
HSV(B) 100º 0.49% 0.67% -
XYZ 22.99 33 13.96 -
YUV 143.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 114 170 86 0.33 0 0.49 0.33 100 0.33 0.5
Hex 72 AA 56 21 0 31 21 64 21 32
Octal 162 252 126 41 0 61 41 144 41 62
Binary 1110010 10101010 1010110 100001 0 110001 100001 1100100 100001 110010

Color Harmonies of #72AA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA56

Black with #72AA56

Text Example


Text Example

White with #72AA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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