Html Css Color HEX #709A55 Asparagus

📋 copy color: '#709A55'

red 112 ◦ green 154 ◦ blue 85

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

Shades of Asparagus #709A55

Tints of Asparagus #709A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

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

R = 31.91%
G = 43.87%
B = 24.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#709A55 (or 0x709A55) is known color: Asparagus. HEX triplet: 70, 9A and 55. RGB value is (112,154,85). Sum of RGB (Red+Green+Blue) = 112+154+85=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #709A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709A55 is #8F65AA. Grayscale: #858585. Windows color (decimal): -9397675 or 5610096. OLE color: 5610096.

HSL color Cylindrical-coordinate representation of color #709A55: hue angle of 96.52º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709A55 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 85 -
CMYK 0.27 0 0.45 0.40
HSL 96.52º 0.29% 0.47% -
HSV(B) 96.52º 0.45% 0.6% -
XYZ 19.88 27.21 12.8 -
YUV 133.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 112 154 85 0.27 0 0.45 0.40 96.52 0.29 0.47
Hex 70 9A 55 1B 0 2D 28 61 1D 2F
Octal 160 232 125 33 0 55 50 141 35 57
Binary 1110000 10011010 1010101 11011 0 101101 101000 1100001 11101 101111

Color Harmonies of #709A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A55

Black with #709A55

Text Example


Text Example

White with #709A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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