#85A746

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

Shades of Chelsea Cucumber #85A746

Tints of Chelsea Cucumber #85A746

Color information

#85A746 (or 0x85A746) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A7 and 46. RGB value is (133,167,70). Sum of RGB (Red+Green+Blue) = 133+167+70=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #85A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A746 is #7A58B9. Grayscale: #929292. Windows color (decimal): -8018106 or 4630405. OLE color: 4630405.

HSL color Cylindrical-coordinate representation of color #85A746: hue angle of 81.03º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85A746 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB13316770-
CMYK0.2000.580.35
HSL81.03º40.93%46.47%-
HSV(B)81.03º58.08%65.49%-
XYZ24.633.0710.88-
YUV145.7885.24118.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 167 (65.62% from 255) = 45.14%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=35.95%
G=45.14%
B=18.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167700.2000.580.3581.0340.9346.47
Hex85A7461403A2351292e
Octal20524710624072431215156
Binary100001011010011110001101010001110101000111010001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,167,70); }

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

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

 a { background-color: rgb(133,167,70); }

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

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

 span { border-color: rgb(133,167,70); }

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