Html Css Color HEX #709546 Asparagus

📋 copy color: '#709546'

red 112 ◦ green 149 ◦ blue 70

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

Shades of Asparagus #709546

Tints of Asparagus #709546

RGB

 RED value IS 112 (44.14% from 255) = 33.84%

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 33.84%
G = 45.02%
B = 21.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#709546 (or 0x709546) is known color: Asparagus. HEX triplet: 70, 95 and 46. RGB value is (112,149,70). Sum of RGB (Red+Green+Blue) = 112+149+70=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #709546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709546 is #8F6AB9. Grayscale: #818181. Windows color (decimal): -9398970 or 4625776. OLE color: 4625776.

HSL color Cylindrical-coordinate representation of color #709546: hue angle of 88.1º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709546 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 70 -
CMYK 0.25 0 0.53 0.42
HSL 88.1º 0.36% 0.43% -
HSV(B) 88.1º 0.53% 0.58% -
XYZ 18.54 25.38 9.72 -
YUV 128.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 112 149 70 0.25 0 0.53 0.42 88.1 0.36 0.43
Hex 70 95 46 19 0 35 2A 58 24 2B
Octal 160 225 106 31 0 65 52 130 44 53
Binary 1110000 10010101 1000110 11001 0 110101 101010 1011000 100100 101011

Color Harmonies of #709546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709546

Black with #709546

Text Example


Text Example

White with #709546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709546; }

 p { color: rgb(112,149,70); }

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

background-color css

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

 a { background-color: rgb(112,149,70); }

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

border-color css

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

 span { border-color: rgb(112,149,70); }

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