#808B60

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

Shades of Bitter #808B60

Tints of Bitter #808B60

Color information

#808B60 (or 0x808B60) is unknown color: approx Bitter. HEX triplet: 80, 8B and 60. RGB value is (128,139,96). Sum of RGB (Red+Green+Blue) = 128+139+96=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #808B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B60 is #7F749F. Grayscale: #828282. Windows color (decimal): -8352928 or 6327168. OLE color: 6327168.

HSL color Cylindrical-coordinate representation of color #808B60: hue angle of 75.35º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #808B60 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB12813996-
CMYK0.0800.310.45
HSL75.35º18.3%46.08%-
HSV(B)75.35º30.94%54.51%-
XYZ20.2523.914.61-
YUV130.81108.36126-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=35.26%
G=38.29%
B=26.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139960.0800.310.4575.3518.346.08
Hex808B60801F2D4b122e
Octal20021314010037551132256
Binary100000001000101111000001000011111101101100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B60; }

 p { color: rgb(128,139,96); }

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

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

 a { background-color: rgb(128,139,96); }

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

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

 span { border-color: rgb(128,139,96); }

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