Html Css Color HEX #72A150 Asparagus

📋 copy color: '#72A150'

red 114 ◦ green 161 ◦ blue 80

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

Shades of Asparagus #72A150

Tints of Asparagus #72A150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.35%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 32.11%
G = 45.35%
B = 22.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#72A150 (or 0x72A150) is known color: Asparagus. HEX triplet: 72, A1 and 50. RGB value is (114,161,80). Sum of RGB (Red+Green+Blue) = 114+161+80=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #72A150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A150 is #8D5EAF. Grayscale: #898989. Windows color (decimal): -9264816 or 5284210. OLE color: 5284210.

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

Color convert

RGB 114 161 80 -
CMYK 0.29 0 0.50 0.37
HSL 94.81º 0.34% 0.47% -
HSV(B) 94.81º 0.5% 0.63% -
XYZ 21.13 29.65 12.2 -
YUV 137.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 114 161 80 0.29 0 0.50 0.37 94.81 0.34 0.47
Hex 72 A1 50 1D 0 32 25 5F 22 2F
Octal 162 241 120 35 0 62 45 137 42 57
Binary 1110010 10100001 1010000 11101 0 110010 100101 1011111 100010 101111

Color Harmonies of #72A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A150

Black with #72A150

Text Example


Text Example

White with #72A150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,161,80); }

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

background-color css

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

 a { background-color: rgb(114,161,80); }

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

border-color css

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

 span { border-color: rgb(114,161,80); }

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