#869B57

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

Shades of Chelsea Cucumber #869B57

Tints of Chelsea Cucumber #869B57

Color information

#869B57 (or 0x869B57) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 9B and 57. RGB value is (134,155,87). Sum of RGB (Red+Green+Blue) = 134+155+87=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #869B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B57 is #7964A8. Grayscale: #8D8D8D. Windows color (decimal): -7955625 or 5741446. OLE color: 5741446.

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

Color convert

RGB13415587-
CMYK0.1400.440.39
HSL78.53º28.1%47.45%-
HSV(B)78.53º43.87%60.78%-
XYZ23.2729.213.43-
YUV140.9797.54123.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=35.64%
G=41.22%
B=23.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155870.1400.440.3978.5328.147.45
Hex869B57E02C274f1c2f
Octal20623312716054471173457
Binary1000011010011011101011111100101100100111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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