Html Css Color HEX #709650 Asparagus

📋 copy color: '#709650'

red 112 ◦ green 150 ◦ blue 80

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

Shades of Asparagus #709650

Tints of Asparagus #709650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 32.75%
G = 43.86%
B = 23.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#709650 (or 0x709650) is known color: Asparagus. HEX triplet: 70, 96 and 50. RGB value is (112,150,80). Sum of RGB (Red+Green+Blue) = 112+150+80=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #709650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709650 is #8F69AF. Grayscale: #828282. Windows color (decimal): -9398704 or 5281392. OLE color: 5281392.

HSL color Cylindrical-coordinate representation of color #709650: hue angle of 92.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #709650 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 80 -
CMYK 0.25 0 0.47 0.41
HSL 92.57º 0.3% 0.45% -
HSV(B) 92.57º 0.47% 0.59% -
XYZ 19.04 25.84 11.57 -
YUV 130.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 112 150 80 0.25 0 0.47 0.41 92.57 0.3 0.45
Hex 70 96 50 19 0 2F 29 5D 1E 2D
Octal 160 226 120 31 0 57 51 135 36 55
Binary 1110000 10010110 1010000 11001 0 101111 101001 1011101 11110 101101

Color Harmonies of #709650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709650

Black with #709650

Text Example


Text Example

White with #709650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709650; }

 p { color: rgb(112,150,80); }

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

background-color css

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

 a { background-color: rgb(112,150,80); }

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

border-color css

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

 span { border-color: rgb(112,150,80); }

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