#869E60

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

Shades of Chelsea Cucumber #869E60

Tints of Chelsea Cucumber #869E60

Color information

#869E60 (or 0x869E60) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9E and 60. RGB value is (134,158,96). Sum of RGB (Red+Green+Blue) = 134+158+96=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #869E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E60 is #79619F. Grayscale: #8F8F8F. Windows color (decimal): -7954848 or 6332038. OLE color: 6332038.

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

Color convert

RGB13415896-
CMYK0.1500.390.38
HSL83.23º24.41%49.8%-
HSV(B)83.23º39.24%61.96%-
XYZ24.1730.3715.65-
YUV143.76101.05121.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=34.54%
G=40.72%
B=24.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158960.1500.390.3883.2324.4149.8
Hex869E60F02726531832
Octal20623614017047461233062
Binary1000011010011110110000011110100111100110101001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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