Html Css Color HEX #709755 Asparagus

📋 copy color: '#709755'

red 112 ◦ green 151 ◦ blue 85

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

Shades of Asparagus #709755

Tints of Asparagus #709755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 32.18%
G = 43.39%
B = 24.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#709755 (or 0x709755) is known color: Asparagus. HEX triplet: 70, 97 and 55. RGB value is (112,151,85). Sum of RGB (Red+Green+Blue) = 112+151+85=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #709755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709755 is #8F68AA. Grayscale: #848484. Windows color (decimal): -9398443 or 5609328. OLE color: 5609328.

HSL color Cylindrical-coordinate representation of color #709755: hue angle of 95.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709755 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 85 -
CMYK 0.26 0 0.44 0.41
HSL 95.45º 0.28% 0.46% -
HSV(B) 95.45º 0.44% 0.59% -
XYZ 19.39 26.23 12.64 -
YUV 131.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 112 151 85 0.26 0 0.44 0.41 95.45 0.28 0.46
Hex 70 97 55 1A 0 2C 29 5F 1C 2E
Octal 160 227 125 32 0 54 51 137 34 56
Binary 1110000 10010111 1010101 11010 0 101100 101001 1011111 11100 101110

Color Harmonies of #709755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709755

Black with #709755

Text Example


Text Example

White with #709755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709755; }

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

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

background-color css

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

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

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

border-color css

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

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

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