#869656

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

Shades of Chelsea Cucumber #869656

Tints of Chelsea Cucumber #869656

Color information

#869656 (or 0x869656) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 96 and 56. RGB value is (134,150,86). Sum of RGB (Red+Green+Blue) = 134+150+86=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #869656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869656 is #7969A9. Grayscale: #8A8A8A. Windows color (decimal): -7956906 or 5674630. OLE color: 5674630.

HSL color Cylindrical-coordinate representation of color #869656: hue angle of 75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869656 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB13415086-
CMYK0.1100.430.41
HSL75º27.12%46.27%-
HSV(B)75º42.67%58.82%-
XYZ22.4227.5512.94-
YUV137.9298.7125.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=36.22%
G=40.54%
B=23.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134150860.1100.430.417527.1246.27
Hex869656B02B294b1b2e
Octal20622612613053511133356
Binary1000011010010110101011010110101011101001100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869656; }

 p { color: rgb(134,150,86); }

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

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

 a { background-color: rgb(134,150,86); }

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

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

 span { border-color: rgb(134,150,86); }

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