Html Css Color HEX #729A5F Asparagus

📋 copy color: '#729A5F'

red 114 ◦ green 154 ◦ blue 95

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

Shades of Asparagus #729A5F

Tints of Asparagus #729A5F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 31.4%
G = 42.42%
B = 26.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#729A5F (or 0x729A5F) is known color: Asparagus. HEX triplet: 72, 9A and 5F. RGB value is (114,154,95). Sum of RGB (Red+Green+Blue) = 114+154+95=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #729A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A5F is #8D65A0. Grayscale: #878787. Windows color (decimal): -9266593 or 6265458. OLE color: 6265458.

HSL color Cylindrical-coordinate representation of color #729A5F: hue angle of 100.68º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #729A5F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 95 -
CMYK 0.26 0 0.38 0.40
HSL 100.68º 0.24% 0.49% -
HSV(B) 100.68º 0.38% 0.6% -
XYZ 20.56 27.51 15.05 -
YUV 135.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 114 154 95 0.26 0 0.38 0.40 100.68 0.24 0.49
Hex 72 9A 5F 1A 0 26 28 65 18 31
Octal 162 232 137 32 0 46 50 145 30 61
Binary 1110010 10011010 1011111 11010 0 100110 101000 1100101 11000 110001

Color Harmonies of #729A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A5F

Black with #729A5F

Text Example


Text Example

White with #729A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A5F; }

 p { color: rgb(114,154,95); }

 H1.HeaderClassName
 {
   color: #729A5F;
 }
 .AnyTagClassName
 {
   color: #729A5F;
 }
</style>

background-color css

<style>
 a { background-color: #729A5F; }

 a { background-color: rgb(114,154,95); }

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

border-color css

<style>
 span { border-color: #729A5F; }

 span { border-color: rgb(114,154,95); }

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