#848F69

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

Shades of Bitter #848F69

Tints of Bitter #848F69

Color information

#848F69 (or 0x848F69) is unknown color: approx Bitter. HEX triplet: 84, 8F and 69. RGB value is (132,143,105). Sum of RGB (Red+Green+Blue) = 132+143+105=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #848F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F69 is #7B7096. Grayscale: #878787. Windows color (decimal): -8089751 or 6918020. OLE color: 6918020.

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

Color convert

RGB132143105-
CMYK0.0800.270.44
HSL77.37º15.32%48.63%-
HSV(B)77.37º26.57%56.08%-
XYZ21.8925.5717.15-
YUV135.38110.86125.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=34.74%
G=37.63%
B=27.63%

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
Decimal1321431050.0800.270.4477.3715.3248.63
Hex848F69801B2C4df31
Octal20421715110033541151761
Binary10000100100011111101001100001101110110010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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