#869F63

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

Shades of Chelsea Cucumber #869F63

Tints of Chelsea Cucumber #869F63

Color information

#869F63 (or 0x869F63) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9F and 63. RGB value is (134,159,99). Sum of RGB (Red+Green+Blue) = 134+159+99=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #869F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F63 is #79609C. Grayscale: #909090. Windows color (decimal): -7954589 or 6528902. OLE color: 6528902.

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

Color convert

RGB13415999-
CMYK0.1600.380.38
HSL85º23.81%50.59%-
HSV(B)85º37.74%62.35%-
XYZ24.4830.7716.45-
YUV144.68102.22120.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=34.18%
G=40.56%
B=25.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134159990.1600.380.388523.8150.59
Hex869F631002626551833
Octal20623714320046461253063
Binary10000110100111111100011100000100110100110101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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