Html Css Color HEX #709D4B Asparagus

📋 copy color: '#709D4B'

red 112 ◦ green 157 ◦ blue 75

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

Shades of Asparagus #709D4B

Tints of Asparagus #709D4B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.64%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 32.56%
G = 45.64%
B = 21.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#709D4B (or 0x709D4B) is known color: Asparagus. HEX triplet: 70, 9D and 4B. RGB value is (112,157,75). Sum of RGB (Red+Green+Blue) = 112+157+75=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #709D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D4B is #8F62B4. Grayscale: #868686. Windows color (decimal): -9396917 or 4955504. OLE color: 4955504.

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

Color convert

RGB 112 157 75 -
CMYK 0.29 0 0.52 0.38
HSL 92.93º 0.35% 0.45% -
HSV(B) 92.93º 0.52% 0.62% -
XYZ 20.01 28.07 11.02 -
YUV 134.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 112 157 75 0.29 0 0.52 0.38 92.93 0.35 0.45
Hex 70 9D 4B 1D 0 34 26 5D 23 2D
Octal 160 235 113 35 0 64 46 135 43 55
Binary 1110000 10011101 1001011 11101 0 110100 100110 1011101 100011 101101

Color Harmonies of #709D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D4B

Black with #709D4B

Text Example


Text Example

White with #709D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,157,75); }

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

background-color css

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

 a { background-color: rgb(112,157,75); }

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

border-color css

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

 span { border-color: rgb(112,157,75); }

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