Html Css Color HEX #72964B Asparagus

📋 copy color: '#72964B'

red 114 ◦ green 150 ◦ blue 75

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

Shades of Asparagus #72964B

Tints of Asparagus #72964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

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

R = 33.63%
G = 44.25%
B = 22.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#72964B (or 0x72964B) is known color: Asparagus. HEX triplet: 72, 96 and 4B. RGB value is (114,150,75). Sum of RGB (Red+Green+Blue) = 114+150+75=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #72964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72964B is #8D69B4. Grayscale: #828282. Windows color (decimal): -9267637 or 4953714. OLE color: 4953714.

HSL color Cylindrical-coordinate representation of color #72964B: hue angle of 88.8º degrees, saturation: 0.33, 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 #72964B is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 75 -
CMYK 0.24 0 0.5 0.41
HSL 88.8º 0.33% 0.44% -
HSV(B) 88.8º 0.5% 0.59% -
XYZ 19.12 25.9 10.65 -
YUV 130.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 114 150 75 0.24 0 0.5 0.41 88.8 0.33 0.44
Hex 72 96 4B 18 0 32 29 59 21 2C
Octal 162 226 113 30 0 62 51 131 41 54
Binary 1110010 10010110 1001011 11000 0 110010 101001 1011001 100001 101100

Color Harmonies of #72964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72964B

Black with #72964B

Text Example


Text Example

White with #72964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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