#869C5F

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

Shades of Chelsea Cucumber #869C5F

Tints of Chelsea Cucumber #869C5F

Color information

#869C5F (or 0x869C5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9C and 5F. RGB value is (134,156,95). Sum of RGB (Red+Green+Blue) = 134+156+95=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #869C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C5F is #7963A0. Grayscale: #8E8E8E. Windows color (decimal): -7955361 or 6265990. OLE color: 6265990.

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

Color convert

RGB13415695-
CMYK0.1400.390.39
HSL81.64º24.3%49.22%-
HSV(B)81.64º39.1%61.18%-
XYZ23.7929.6715.3-
YUV142.47101.21121.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=34.81%
G=40.52%
B=24.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134156950.1400.390.3981.6424.349.22
Hex869C5FE02727521831
Octal20623413716047471223061
Binary1000011010011100101111111100100111100111101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,95); }

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

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

 a { background-color: rgb(134,156,95); }

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

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

 span { border-color: rgb(134,156,95); }

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