Html Css Color HEX #709C52 Asparagus

📋 copy color: '#709C52'

red 112 ◦ green 156 ◦ blue 82

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

Shades of Asparagus #709C52

Tints of Asparagus #709C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

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

R = 32%
G = 44.57%
B = 23.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#709C52 (or 0x709C52) is known color: Asparagus. HEX triplet: 70, 9C and 52. RGB value is (112,156,82). Sum of RGB (Red+Green+Blue) = 112+156+82=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #709C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C52 is #8F63AD. Grayscale: #868686. Windows color (decimal): -9397166 or 5414000. OLE color: 5414000.

HSL color Cylindrical-coordinate representation of color #709C52: hue angle of 95.68º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #709C52 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 82 -
CMYK 0.28 0 0.47 0.39
HSL 95.68º 0.31% 0.47% -
HSV(B) 95.68º 0.47% 0.61% -
XYZ 20.09 27.83 12.3 -
YUV 134.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 112 156 82 0.28 0 0.47 0.39 95.68 0.31 0.47
Hex 70 9C 52 1C 0 2F 27 60 1F 2F
Octal 160 234 122 34 0 57 47 140 37 57
Binary 1110000 10011100 1010010 11100 0 101111 100111 1100000 11111 101111

Color Harmonies of #709C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C52

Black with #709C52

Text Example


Text Example

White with #709C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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