#869F68

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

Shades of Chelsea Cucumber #869F68

Tints of Chelsea Cucumber #869F68

Color information

#869F68 (or 0x869F68) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9F and 68. RGB value is (134,159,104). Sum of RGB (Red+Green+Blue) = 134+159+104=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #869F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F68 is #796097. Grayscale: #919191. Windows color (decimal): -7954584 or 6856582. OLE color: 6856582.

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

Color convert

RGB134159104-
CMYK0.1600.350.38
HSL87.27º22.27%51.57%-
HSV(B)87.27º34.59%62.35%-
XYZ24.7330.8617.75-
YUV145.26104.72119.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=33.75%
G=40.05%
B=26.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341591040.1600.350.3887.2722.2751.57
Hex869F681002326571634
Octal20623715020043461272664
Binary10000110100111111101000100000100011100110101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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