#858D60

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

Shades of Bitter #858D60

Tints of Bitter #858D60

Color information

#858D60 (or 0x858D60) is unknown color: approx Bitter. HEX triplet: 85, 8D and 60. RGB value is (133,141,96). Sum of RGB (Red+Green+Blue) = 133+141+96=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #858D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D60 is #7A729F. Grayscale: #858585. Windows color (decimal): -8024736 or 6327685. OLE color: 6327685.

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

Color convert

RGB13314196-
CMYK0.0600.320.45
HSL70.67º18.99%46.47%-
HSV(B)70.67º31.91%55.29%-
XYZ21.3124.8814.75-
YUV133.48106.85127.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=35.95%
G=38.11%
B=25.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133141960.0600.320.4570.6718.9946.47
Hex858D6060202D47132e
Octal2052151406040551072356
Binary100001011000110111000001100100000101101100011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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