Html Css Color HEX #72AA5D Asparagus

📋 copy color: '#72AA5D'

red 114 ◦ green 170 ◦ blue 93

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

Shades of Asparagus #72AA5D

Tints of Asparagus #72AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 30.24%
G = 45.09%
B = 24.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#72AA5D (or 0x72AA5D) is known color: Asparagus. HEX triplet: 72, AA and 5D. RGB value is (114,170,93). Sum of RGB (Red+Green+Blue) = 114+170+93=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA5D is #8D55A2. Grayscale: #909090. Windows color (decimal): -9262499 or 6138482. OLE color: 6138482.

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

Color convert

RGB 114 170 93 -
CMYK 0.33 0 0.45 0.33
HSL 103.64º 0.31% 0.52% -
HSV(B) 103.64º 0.45% 0.67% -
XYZ 23.29 33.12 15.52 -
YUV 144.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 114 170 93 0.33 0 0.45 0.33 103.64 0.31 0.52
Hex 72 AA 5D 21 0 2D 21 68 1F 34
Octal 162 252 135 41 0 55 41 150 37 64
Binary 1110010 10101010 1011101 100001 0 101101 100001 1101000 11111 110100

Color Harmonies of #72AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA5D

Black with #72AA5D

Text Example


Text Example

White with #72AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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