#869B64

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

Shades of Chelsea Cucumber #869B64

Tints of Chelsea Cucumber #869B64

Color information

#869B64 (or 0x869B64) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9B and 64. RGB value is (134,155,100). Sum of RGB (Red+Green+Blue) = 134+155+100=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #869B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B64 is #79649B. Grayscale: #8E8E8E. Windows color (decimal): -7955612 or 6593414. OLE color: 6593414.

HSL color Cylindrical-coordinate representation of color #869B64: hue angle of 82.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869B64 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB134155100-
CMYK0.1400.350.39
HSL82.91º21.57%50%-
HSV(B)82.91º35.48%60.78%-
XYZ23.8529.4316.48-
YUV142.45104.04121.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=34.45%
G=39.85%
B=25.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551000.1400.350.3982.9121.5750
Hex869B64E02327531632
Octal20623314416043471232662
Binary1000011010011011110010011100100011100111101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,100); }

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

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

 a { background-color: rgb(134,155,100); }

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

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

 span { border-color: rgb(134,155,100); }

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