#859061

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

Shades of Bitter #859061

Tints of Bitter #859061

Color information

#859061 (or 0x859061) is unknown color: approx Bitter. HEX triplet: 85, 90 and 61. RGB value is (133,144,97). Sum of RGB (Red+Green+Blue) = 133+144+97=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #859061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859061 is #7A6F9E. Grayscale: #878787. Windows color (decimal): -8023967 or 6393989. OLE color: 6393989.

HSL color Cylindrical-coordinate representation of color #859061: hue angle of 74.04º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859061 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB13314497-
CMYK0.0800.330.44
HSL74.04º19.5%47.25%-
HSV(B)74.04º32.64%56.47%-
XYZ21.825.815.14-
YUV135.35106.36126.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=35.56%
G=38.50%
B=25.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144970.0800.330.4474.0419.547.25
Hex85906180212C4a142f
Octal20522014110041541122457
Binary1000010110010000110000110000100001101100100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859061; }

 p { color: rgb(133,144,97); }

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

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

 a { background-color: rgb(133,144,97); }

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

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

 span { border-color: rgb(133,144,97); }

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