#869E65

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

Shades of Chelsea Cucumber #869E65

Tints of Chelsea Cucumber #869E65

Color information

#869E65 (or 0x869E65) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9E and 65. RGB value is (134,158,101). Sum of RGB (Red+Green+Blue) = 134+158+101=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #869E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E65 is #79619A. Grayscale: #909090. Windows color (decimal): -7954843 or 6659718. OLE color: 6659718.

HSL color Cylindrical-coordinate representation of color #869E65: hue angle of 85.26º 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 #869E65 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB134158101-
CMYK0.1500.360.38
HSL85.26º22.71%50.78%-
HSV(B)85.26º36.08%61.96%-
XYZ24.4130.4616.91-
YUV144.33103.55120.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=34.10%
G=40.20%
B=25.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341581010.1500.360.3885.2622.7150.78
Hex869E65F02426551733
Octal20623614517044461252763
Binary1000011010011110110010111110100100100110101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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