Html Css Color HEX #709A4A Asparagus

📋 copy color: '#709A4A'

red 112 ◦ green 154 ◦ blue 74

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

Shades of Asparagus #709A4A

Tints of Asparagus #709A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 32.94%
G = 45.29%
B = 21.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#709A4A (or 0x709A4A) is known color: Asparagus. HEX triplet: 70, 9A and 4A. RGB value is (112,154,74). Sum of RGB (Red+Green+Blue) = 112+154+74=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #709A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A4A is #8F65B5. Grayscale: #848484. Windows color (decimal): -9397686 or 4889200. OLE color: 4889200.

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

Color convert

RGB 112 154 74 -
CMYK 0.27 0 0.52 0.40
HSL 91.5º 0.35% 0.45% -
HSV(B) 91.5º 0.52% 0.6% -
XYZ 19.47 27.05 10.67 -
YUV 132.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 112 154 74 0.27 0 0.52 0.40 91.5 0.35 0.45
Hex 70 9A 4A 1B 0 34 28 5C 23 2D
Octal 160 232 112 33 0 64 50 134 43 55
Binary 1110000 10011010 1001010 11011 0 110100 101000 1011100 100011 101101

Color Harmonies of #709A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A4A

Black with #709A4A

Text Example


Text Example

White with #709A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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