#848F68

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

Shades of Bitter #848F68

Tints of Bitter #848F68

Color information

#848F68 (or 0x848F68) is unknown color: approx Bitter. HEX triplet: 84, 8F and 68. RGB value is (132,143,104). Sum of RGB (Red+Green+Blue) = 132+143+104=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #848F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F68 is #7B7097. Grayscale: #878787. Windows color (decimal): -8089752 or 6852484. OLE color: 6852484.

HSL color Cylindrical-coordinate representation of color #848F68: hue angle of 76.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848F68 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB132143104-
CMYK0.0800.270.44
HSL76.92º15.79%48.43%-
HSV(B)76.92º27.27%56.08%-
XYZ21.8425.5516.88-
YUV135.26110.36125.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=34.83%
G=37.73%
B=27.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321431040.0800.270.4476.9215.7948.43
Hex848F68801B2C4d1030
Octal20421715010033541152060
Binary100001001000111111010001000011011101100100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848F68; }

 p { color: rgb(132,143,104); }

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

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

 a { background-color: rgb(132,143,104); }

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

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

 span { border-color: rgb(132,143,104); }

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