Html Css Color HEX #709A52 Asparagus

📋 copy color: '#709A52'

red 112 ◦ green 154 ◦ blue 82

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

Shades of Asparagus #709A52

Tints of Asparagus #709A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 32.18%
G = 44.25%
B = 23.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#709A52 (or 0x709A52) is known color: Asparagus. HEX triplet: 70, 9A and 52. RGB value is (112,154,82). Sum of RGB (Red+Green+Blue) = 112+154+82=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #709A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709A52 is #8F65AD. Grayscale: #858585. Windows color (decimal): -9397678 or 5413488. OLE color: 5413488.

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

Color convert

RGB 112 154 82 -
CMYK 0.27 0 0.47 0.40
HSL 95º 0.31% 0.46% -
HSV(B) 95º 0.47% 0.6% -
XYZ 19.76 27.17 12.18 -
YUV 133.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 112 154 82 0.27 0 0.47 0.40 95 0.31 0.46
Hex 70 9A 52 1B 0 2F 28 5F 1F 2E
Octal 160 232 122 33 0 57 50 137 37 56
Binary 1110000 10011010 1010010 11011 0 101111 101000 1011111 11111 101110

Color Harmonies of #709A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A52

Black with #709A52

Text Example


Text Example

White with #709A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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