#709850

Color #709850 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #709850

Tints of Asparagus #709850

Color information

#709850 (or 0x709850) is unknown color: approx 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

RGB11215280-
CMYK0.2600.470.40
HSL93.33º31.03%45.49%-
HSV(B)93.33º47.37%59.61%-
XYZ19.3626.4811.68-
YUV131.8398.75113.85-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152800.2600.470.4093.3331.0345.49
Hex7098501A02F285d1f2d
Octal16023012032057501353755
Binary1110000100110001010000110100101111101000101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>