Html Css Color HEX #709F52 Asparagus

📋 copy color: '#709F52'

red 112 ◦ green 159 ◦ blue 82

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

Shades of Asparagus #709F52

Tints of Asparagus #709F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

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

R = 31.73%
G = 45.04%
B = 23.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#709F52 (or 0x709F52) is known color: Asparagus. HEX triplet: 70, 9F and 52. RGB value is (112,159,82). Sum of RGB (Red+Green+Blue) = 112+159+82=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #709F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F52 is #8F60AD. Grayscale: #888888. Windows color (decimal): -9396398 or 5414768. OLE color: 5414768.

HSL color Cylindrical-coordinate representation of color #709F52: hue angle of 96.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709F52 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 82 -
CMYK 0.30 0 0.48 0.38
HSL 96.62º 0.32% 0.47% -
HSV(B) 96.62º 0.48% 0.62% -
XYZ 20.6 28.85 12.47 -
YUV 136.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 112 159 82 0.30 0 0.48 0.38 96.62 0.32 0.47
Hex 70 9F 52 1E 0 30 26 61 20 2F
Octal 160 237 122 36 0 60 46 141 40 57
Binary 1110000 10011111 1010010 11110 0 110000 100110 1100001 100000 101111

Color Harmonies of #709F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F52

Black with #709F52

Text Example


Text Example

White with #709F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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