Html Css Color HEX #72974B Asparagus

📋 copy color: '#72974B'

red 114 ◦ green 151 ◦ blue 75

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

Shades of Asparagus #72974B

Tints of Asparagus #72974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.41%

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 33.53%
G = 44.41%
B = 22.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#72974B (or 0x72974B) is known color: Asparagus. HEX triplet: 72, 97 and 4B. RGB value is (114,151,75). Sum of RGB (Red+Green+Blue) = 114+151+75=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #72974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72974B is #8D68B4. Grayscale: #838383. Windows color (decimal): -9267381 or 4953970. OLE color: 4953970.

HSL color Cylindrical-coordinate representation of color #72974B: hue angle of 89.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72974B is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 75 -
CMYK 0.25 0 0.50 0.41
HSL 89.21º 0.34% 0.44% -
HSV(B) 89.21º 0.5% 0.59% -
XYZ 19.28 26.22 10.7 -
YUV 131.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 114 151 75 0.25 0 0.50 0.41 89.21 0.34 0.44
Hex 72 97 4B 19 0 32 29 59 22 2C
Octal 162 227 113 31 0 62 51 131 42 54
Binary 1110010 10010111 1001011 11001 0 110010 101001 1011001 100010 101100

Color Harmonies of #72974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72974B

Black with #72974B

Text Example


Text Example

White with #72974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72974B; }

 p { color: rgb(114,151,75); }

 H1.HeaderClassName
 {
   color: #72974B;
 }
 .AnyTagClassName
 {
   color: #72974B;
 }
</style>

background-color css

<style>
 a { background-color: #72974B; }

 a { background-color: rgb(114,151,75); }

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

border-color css

<style>
 span { border-color: #72974B; }

 span { border-color: rgb(114,151,75); }

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