#858D70

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

Shades of Bitter #858D70

Tints of Bitter #858D70

Color information

#858D70 (or 0x858D70) is unknown color: approx Bitter. HEX triplet: 85, 8D and 70. RGB value is (133,141,112). Sum of RGB (Red+Green+Blue) = 133+141+112=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #858D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D70 is #7A728F. Grayscale: #878787. Windows color (decimal): -8024720 or 7376261. OLE color: 7376261.

HSL color Cylindrical-coordinate representation of color #858D70: hue angle of 76.55º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858D70 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB133141112-
CMYK0.0600.210.45
HSL76.55º11.46%49.61%-
HSV(B)76.55º20.57%55.29%-
XYZ22.1225.2119.03-
YUV135.3114.85126.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=34.46%
G=36.53%
B=29.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331411120.0600.210.4576.5511.4649.61
Hex858D7060152D4db32
Octal2052151606025551151362
Binary1000010110001101111000011001010110110110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858D70; }

 p { color: rgb(133,141,112); }

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

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

 a { background-color: rgb(133,141,112); }

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

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

 span { border-color: rgb(133,141,112); }

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