#868F70

Color #868F70 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #868F70

Tints of Bitter #868F70

Color information

#868F70 (or 0x868F70) is unknown color: approx Bitter. HEX triplet: 86, 8F and 70. RGB value is (134,143,112). Sum of RGB (Red+Green+Blue) = 134+143+112=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #868F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F70 is #79708F. Grayscale: #888888. Windows color (decimal): -7958672 or 7376774. OLE color: 7376774.

HSL color Cylindrical-coordinate representation of color #868F70: hue angle of 77.42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #868F70 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB134143112-
CMYK0.0600.220.44
HSL77.42º12.16%50%-
HSV(B)77.42º21.68%56.08%-
XYZ22.5825.8819.14-
YUV136.77114.02126.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=34.45%
G=36.76%
B=28.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341431120.0600.220.4477.4212.1650
Hex868F7060162C4dc32
Octal2062171606026541151462
Binary1000011010001111111000011001011010110010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868F70; }

 p { color: rgb(134,143,112); }

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

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

 a { background-color: rgb(134,143,112); }

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

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

 span { border-color: rgb(134,143,112); }

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