#869D5D

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

Shades of Chelsea Cucumber #869D5D

Tints of Chelsea Cucumber #869D5D

Color information

#869D5D (or 0x869D5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9D and 5D. RGB value is (134,157,93). Sum of RGB (Red+Green+Blue) = 134+157+93=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #869D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D5D is #7962A2. Grayscale: #8F8F8F. Windows color (decimal): -7955107 or 6135174. OLE color: 6135174.

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

Color convert

RGB13415793-
CMYK0.1500.410.38
HSL81.56º25.6%49.02%-
HSV(B)81.56º40.76%61.57%-
XYZ23.8629.9714.88-
YUV142.8399.88121.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 157 (61.72% from 255) = 40.89%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=34.90%
G=40.89%
B=24.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134157930.1500.410.3881.5625.649.02
Hex869D5DF02926521a31
Octal20623513517051461223261
Binary1000011010011101101110111110101001100110101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,157,93); }

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

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

 a { background-color: rgb(134,157,93); }

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

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

 span { border-color: rgb(134,157,93); }

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