#85B061

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

Shades of Chelsea Cucumber #85B061

Tints of Chelsea Cucumber #85B061

Color information

#85B061 (or 0x85B061) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B0 and 61. RGB value is (133,176,97). Sum of RGB (Red+Green+Blue) = 133+176+97=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #85B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B061 is #7A4F9E. Grayscale: #9A9A9A. Windows color (decimal): -8015775 or 6402181. OLE color: 6402181.

HSL color Cylindrical-coordinate representation of color #85B061: hue angle of 92.66º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B061 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB13317697-
CMYK0.2400.450.31
HSL92.66º33.33%53.53%-
HSV(B)92.66º44.89%69.02%-
XYZ27.3636.916.99-
YUV154.1495.75112.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=32.76%
G=43.35%
B=23.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133176970.2400.450.3192.6633.3353.53
Hex85B0611802D1F5d2136
Octal20526014130055371354166
Binary10000101101100001100001110000101101111111011101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,176,97); }

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

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

 a { background-color: rgb(133,176,97); }

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

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

 span { border-color: rgb(133,176,97); }

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