Html Css Color HEX #72A660 Asparagus

📋 copy color: '#72A660'

red 114 ◦ green 166 ◦ blue 96

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

Shades of Asparagus #72A660

Tints of Asparagus #72A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 30.32%
G = 44.15%
B = 25.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#72A660 (or 0x72A660) is known color: Asparagus. HEX triplet: 72, A6 and 60. RGB value is (114,166,96). Sum of RGB (Red+Green+Blue) = 114+166+96=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #72A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A660 is #8D599F. Grayscale: #8E8E8E. Windows color (decimal): -9263520 or 6334066. OLE color: 6334066.

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

Color convert

RGB 114 166 96 -
CMYK 0.31 0 0.42 0.35
HSL 104.57º 0.28% 0.51% -
HSV(B) 104.57º 0.42% 0.65% -
XYZ 22.69 31.69 15.99 -
YUV 142.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 114 166 96 0.31 0 0.42 0.35 104.57 0.28 0.51
Hex 72 A6 60 1F 0 2A 23 69 1C 33
Octal 162 246 140 37 0 52 43 151 34 63
Binary 1110010 10100110 1100000 11111 0 101010 100011 1101001 11100 110011

Color Harmonies of #72A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A660

Black with #72A660

Text Example


Text Example

White with #72A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,166,96); }

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

background-color css

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

 a { background-color: rgb(114,166,96); }

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

border-color css

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

 span { border-color: rgb(114,166,96); }

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