Html Css Color HEX #709750 Asparagus

📋 copy color: '#709750'

red 112 ◦ green 151 ◦ blue 80

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

Shades of Asparagus #709750

Tints of Asparagus #709750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

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

R = 32.65%
G = 44.02%
B = 23.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#709750 (or 0x709750) is known color: Asparagus. HEX triplet: 70, 97 and 50. RGB value is (112,151,80). Sum of RGB (Red+Green+Blue) = 112+151+80=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #709750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709750 is #8F68AF. Grayscale: #838383. Windows color (decimal): -9398448 or 5281648. OLE color: 5281648.

HSL color Cylindrical-coordinate representation of color #709750: hue angle of 92.96º degrees, saturation: 0.31, 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 #709750 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 80 -
CMYK 0.26 0 0.47 0.41
HSL 92.96º 0.31% 0.45% -
HSV(B) 92.96º 0.47% 0.59% -
XYZ 19.2 26.16 11.63 -
YUV 131.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 112 151 80 0.26 0 0.47 0.41 92.96 0.31 0.45
Hex 70 97 50 1A 0 2F 29 5D 1F 2D
Octal 160 227 120 32 0 57 51 135 37 55
Binary 1110000 10010111 1010000 11010 0 101111 101001 1011101 11111 101101

Color Harmonies of #709750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709750

Black with #709750

Text Example


Text Example

White with #709750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709750; }

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

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

background-color css

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

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

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

border-color css

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

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

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