Html Css Color HEX #72A558 Asparagus

📋 copy color: '#72A558'

red 114 ◦ green 165 ◦ blue 88

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

Shades of Asparagus #72A558

Tints of Asparagus #72A558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

 BLUE value IS 88 (34.77% from 255) = 23.98%

R = 31.06%
G = 44.96%
B = 23.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#72A558 (or 0x72A558) is known color: Asparagus. HEX triplet: 72, A5 and 58. RGB value is (114,165,88). Sum of RGB (Red+Green+Blue) = 114+165+88=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #72A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A558 is #8D5AA7. Grayscale: #8D8D8D. Windows color (decimal): -9263784 or 5809522. OLE color: 5809522.

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

Color convert

RGB 114 165 88 -
CMYK 0.31 0 0.47 0.35
HSL 99.74º 0.3% 0.5% -
HSV(B) 99.74º 0.47% 0.65% -
XYZ 22.16 31.19 14.09 -
YUV 140.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 114 165 88 0.31 0 0.47 0.35 99.74 0.3 0.5
Hex 72 A5 58 1F 0 2F 23 64 1E 32
Octal 162 245 130 37 0 57 43 144 36 62
Binary 1110010 10100101 1011000 11111 0 101111 100011 1100100 11110 110010

Color Harmonies of #72A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A558

Black with #72A558

Text Example


Text Example

White with #72A558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,165,88); }

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

background-color css

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

 a { background-color: rgb(114,165,88); }

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

border-color css

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

 span { border-color: rgb(114,165,88); }

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