#869F65

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

Shades of Chelsea Cucumber #869F65

Tints of Chelsea Cucumber #869F65

Color information

#869F65 (or 0x869F65) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9F and 65. RGB value is (134,159,101). Sum of RGB (Red+Green+Blue) = 134+159+101=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #869F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F65 is #79609A. Grayscale: #919191. Windows color (decimal): -7954587 or 6659974. OLE color: 6659974.

HSL color Cylindrical-coordinate representation of color #869F65: hue angle of 85.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869F65 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB134159101-
CMYK0.1600.360.38
HSL85.86º23.2%50.98%-
HSV(B)85.86º36.48%62.35%-
XYZ24.5830.816.96-
YUV144.91103.22120.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=34.01%
G=40.36%
B=25.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341591010.1600.360.3885.8623.250.98
Hex869F651002426561733
Octal20623714520044461262763
Binary10000110100111111100101100000100100100110101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869F65; }

 p { color: rgb(134,159,101); }

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

<style>
 a { background-color: #869F65; }

 a { background-color: rgb(134,159,101); }

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

<style>
 span { border-color: #869F65; }

 span { border-color: rgb(134,159,101); }

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