Html Css Color HEX #72AB56 Asparagus

📋 copy color: '#72AB56'

red 114 ◦ green 171 ◦ blue 86

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

Shades of Asparagus #72AB56

Tints of Asparagus #72AB56

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

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

R = 30.73%
G = 46.09%
B = 23.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#72AB56 (or 0x72AB56) is known color: Asparagus. HEX triplet: 72, AB and 56. RGB value is (114,171,86). Sum of RGB (Red+Green+Blue) = 114+171+86=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB56 is #8D54A9. Grayscale: #909090. Windows color (decimal): -9262250 or 5679986. OLE color: 5679986.

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

Color convert

RGB 114 171 86 -
CMYK 0.33 0 0.50 0.33
HSL 100.24º 0.34% 0.5% -
HSV(B) 100.24º 0.5% 0.67% -
XYZ 23.18 33.38 14.02 -
YUV 144.27 95.12 106.41 -
System Red Green Blue C M Y K H S L
Decimal 114 171 86 0.33 0 0.50 0.33 100.24 0.34 0.5
Hex 72 AB 56 21 0 32 21 64 22 32
Octal 162 253 126 41 0 62 41 144 42 62
Binary 1110010 10101011 1010110 100001 0 110010 100001 1100100 100010 110010

Color Harmonies of #72AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB56

Black with #72AB56

Text Example


Text Example

White with #72AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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