#85A069

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

Shades of Asparagus #85A069

Tints of Asparagus #85A069

Color information

#85A069 (or 0x85A069) is unknown color: approx Asparagus. HEX triplet: 85, A0 and 69. RGB value is (133,160,105). Sum of RGB (Red+Green+Blue) = 133+160+105=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #85A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A069 is #7A5F96. Grayscale: #919191. Windows color (decimal): -8019863 or 6922373. OLE color: 6922373.

HSL color Cylindrical-coordinate representation of color #85A069: hue angle of 89.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A069 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB133160105-
CMYK0.1700.340.37
HSL89.45º22.45%51.96%-
HSV(B)89.45º34.38%62.75%-
XYZ24.7931.1518.07-
YUV145.66105.05118.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=33.42%
G=40.20%
B=26.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1331601050.1700.340.3789.4522.4551.96
Hex85A0691102225591634
Octal20524015121042451312664
Binary10000101101000001101001100010100010100101101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A069; }

 p { color: rgb(133,160,105); }

 H1.HeaderClassName
 {
   color: #85A069;
 }
 .AnyTagClassName
 {
   color: #85A069;
 }
</style>
background-color css

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

 a { background-color: rgb(133,160,105); }

 div.DivClassName
 {
   background-color: #85A069;
 }
 .BgClassName
 {
   background-color: #85A069;
 }
</style>
border-color css

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

 span { border-color: rgb(133,160,105); }

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