Html Css Color HEX #709552 Asparagus

📋 copy color: '#709552'

red 112 ◦ green 149 ◦ blue 82

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

Shades of Asparagus #709552

Tints of Asparagus #709552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 32.65%
G = 43.44%
B = 23.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#709552 (or 0x709552) is known color: Asparagus. HEX triplet: 70, 95 and 52. RGB value is (112,149,82). Sum of RGB (Red+Green+Blue) = 112+149+82=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #709552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709552 is #8F6AAD. Grayscale: #828282. Windows color (decimal): -9398958 or 5412208. OLE color: 5412208.

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

Color convert

RGB 112 149 82 -
CMYK 0.25 0 0.45 0.42
HSL 93.13º 0.29% 0.45% -
HSV(B) 93.13º 0.45% 0.58% -
XYZ 18.95 25.55 11.92 -
YUV 130.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 112 149 82 0.25 0 0.45 0.42 93.13 0.29 0.45
Hex 70 95 52 19 0 2D 2A 5D 1D 2D
Octal 160 225 122 31 0 55 52 135 35 55
Binary 1110000 10010101 1010010 11001 0 101101 101010 1011101 11101 101101

Color Harmonies of #709552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709552

Black with #709552

Text Example


Text Example

White with #709552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709552; }

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

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

background-color css

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

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

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

border-color css

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

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

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