#85AF65

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

Shades of Chelsea Cucumber #85AF65

Tints of Chelsea Cucumber #85AF65

Color information

#85AF65 (or 0x85AF65) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AF and 65. RGB value is (133,175,101). Sum of RGB (Red+Green+Blue) = 133+175+101=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF65 is #7A509A. Grayscale: #9A9A9A. Windows color (decimal): -8016027 or 6664069. OLE color: 6664069.

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

Color convert

RGB133175101-
CMYK0.2400.420.31
HSL94.05º31.62%54.12%-
HSV(B)94.05º42.29%68.63%-
XYZ27.3536.5917.93-
YUV154.0198.09113.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=32.52%
G=42.79%
B=24.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751010.2400.420.3194.0531.6254.12
Hex85AF651802A1F5e2036
Octal20525714530052371364066
Binary10000101101011111100101110000101010111111011110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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