Html Css Color HEX #709850 Asparagus

📋 copy color: '#709850'

red 112 ◦ green 152 ◦ blue 80

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

Shades of Asparagus #709850

Tints of Asparagus #709850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 32.56%
G = 44.19%
B = 23.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#709850 (or 0x709850) is known color: Asparagus. HEX triplet: 70, 98 and 50. RGB value is (112,152,80). Sum of RGB (Red+Green+Blue) = 112+152+80=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #709850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709850 is #8F67AF. Grayscale: #848484. Windows color (decimal): -9398192 or 5281904. OLE color: 5281904.

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

Color convert

RGB 112 152 80 -
CMYK 0.26 0 0.47 0.40
HSL 93.33º 0.31% 0.45% -
HSV(B) 93.33º 0.47% 0.6% -
XYZ 19.36 26.48 11.68 -
YUV 131.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 112 152 80 0.26 0 0.47 0.40 93.33 0.31 0.45
Hex 70 98 50 1A 0 2F 28 5D 1F 2D
Octal 160 230 120 32 0 57 50 135 37 55
Binary 1110000 10011000 1010000 11010 0 101111 101000 1011101 11111 101101

Color Harmonies of #709850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709850

Black with #709850

Text Example


Text Example

White with #709850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709850; }

 p { color: rgb(112,152,80); }

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

background-color css

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

 a { background-color: rgb(112,152,80); }

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

border-color css

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

 span { border-color: rgb(112,152,80); }

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