Html Css Color HEX #709949 Asparagus

📋 copy color: '#709949'

red 112 ◦ green 153 ◦ blue 73

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

Shades of Asparagus #709949

Tints of Asparagus #709949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 33.14%
G = 45.27%
B = 21.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#709949 (or 0x709949) is known color: Asparagus. HEX triplet: 70, 99 and 49. RGB value is (112,153,73). Sum of RGB (Red+Green+Blue) = 112+153+73=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #709949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709949 is #8F66B6. Grayscale: #838383. Windows color (decimal): -9397943 or 4823408. OLE color: 4823408.

HSL color Cylindrical-coordinate representation of color #709949: hue angle of 90.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #709949 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 73 -
CMYK 0.27 0 0.52 0.4
HSL 90.75º 0.35% 0.44% -
HSV(B) 90.75º 0.52% 0.6% -
XYZ 19.28 26.71 10.44 -
YUV 131.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 112 153 73 0.27 0 0.52 0.4 90.75 0.35 0.44
Hex 70 99 49 1B 0 34 28 5B 23 2C
Octal 160 231 111 33 0 64 50 133 43 54
Binary 1110000 10011001 1001001 11011 0 110100 101000 1011011 100011 101100

Color Harmonies of #709949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709949

Black with #709949

Text Example


Text Example

White with #709949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709949; }

 p { color: rgb(112,153,73); }

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

background-color css

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

 a { background-color: rgb(112,153,73); }

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

border-color css

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

 span { border-color: rgb(112,153,73); }

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