Html Css Color HEX #709960 Asparagus

📋 copy color: '#709960'

red 112 ◦ green 153 ◦ blue 96

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

Shades of Asparagus #709960

Tints of Asparagus #709960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 31.02%
G = 42.38%
B = 26.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#709960 (or 0x709960) is known color: Asparagus. HEX triplet: 70, 99 and 60. RGB value is (112,153,96). Sum of RGB (Red+Green+Blue) = 112+153+96=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #709960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709960 is #8F669F. Grayscale: #868686. Windows color (decimal): -9397920 or 6330736. OLE color: 6330736.

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

Color convert

RGB 112 153 96 -
CMYK 0.27 0 0.37 0.4
HSL 103.16º 0.23% 0.49% -
HSV(B) 103.16º 0.37% 0.6% -
XYZ 20.18 27.07 15.23 -
YUV 134.24 106.42 112.13 -
System Red Green Blue C M Y K H S L
Decimal 112 153 96 0.27 0 0.37 0.4 103.16 0.23 0.49
Hex 70 99 60 1B 0 25 28 67 17 31
Octal 160 231 140 33 0 45 50 147 27 61
Binary 1110000 10011001 1100000 11011 0 100101 101000 1100111 10111 110001

Color Harmonies of #709960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709960

Black with #709960

Text Example


Text Example

White with #709960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709960; }

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

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

background-color css

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

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

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

border-color css

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

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

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