#85A065

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

Shades of Chelsea Cucumber #85A065

Tints of Chelsea Cucumber #85A065

Color information

#85A065 (or 0x85A065) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A0 and 65. RGB value is (133,160,101). Sum of RGB (Red+Green+Blue) = 133+160+101=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #85A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A065 is #7A5F9A. Grayscale: #919191. Windows color (decimal): -8019867 or 6660229. OLE color: 6660229.

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

Color convert

RGB133160101-
CMYK0.1700.370.37
HSL87.46º23.69%51.18%-
HSV(B)87.46º36.88%62.75%-
XYZ24.5931.0717.01-
YUV145.2103.05119.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=33.76%
G=40.61%
B=25.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1331601010.1700.370.3787.4623.6951.18
Hex85A0651102525571833
Octal20524014521045451273063
Binary10000101101000001100101100010100101100101101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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