Html Css Color HEX #72A760 Asparagus

📋 copy color: '#72A760'

red 114 ◦ green 167 ◦ blue 96

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

Shades of Asparagus #72A760

Tints of Asparagus #72A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

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

R = 30.24%
G = 44.3%
B = 25.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#72A760 (or 0x72A760) is known color: Asparagus. HEX triplet: 72, A7 and 60. RGB value is (114,167,96). Sum of RGB (Red+Green+Blue) = 114+167+96=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #72A760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A760 is #8D589F. Grayscale: #8F8F8F. Windows color (decimal): -9263264 or 6334322. OLE color: 6334322.

HSL color Cylindrical-coordinate representation of color #72A760: hue angle of 104.79º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72A760 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 167 96 -
CMYK 0.32 0 0.43 0.35
HSL 104.79º 0.29% 0.52% -
HSV(B) 104.79º 0.43% 0.65% -
XYZ 22.87 32.06 16.05 -
YUV 143.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 114 167 96 0.32 0 0.43 0.35 104.79 0.29 0.52
Hex 72 A7 60 20 0 2B 23 69 1D 34
Octal 162 247 140 40 0 53 43 151 35 64
Binary 1110010 10100111 1100000 100000 0 101011 100011 1101001 11101 110100

Color Harmonies of #72A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A760

Black with #72A760

Text Example


Text Example

White with #72A760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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