#899068

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

Shades of Bitter #899068

Tints of Bitter #899068

Color information

#899068 (or 0x899068) is unknown color: approx Bitter. HEX triplet: 89, 90 and 68. RGB value is (137,144,104). Sum of RGB (Red+Green+Blue) = 137+144+104=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #899068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899068 is #766F97. Grayscale: #898989. Windows color (decimal): -7761816 or 6852745. OLE color: 6852745.

HSL color Cylindrical-coordinate representation of color #899068: hue angle of 70.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899068 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB137144104-
CMYK0.0500.280.44
HSL70.5º16.13%48.63%-
HSV(B)70.5º27.78%56.47%-
XYZ22.7926.2616.97-
YUV137.35109.18127.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=35.58%
G=37.40%
B=27.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441040.0500.280.4470.516.1348.63
Hex899068501C2C461031
Octal2112201505034541062061
Binary10001001100100001101000101011100101100100011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899068; }

 p { color: rgb(137,144,104); }

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

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

 a { background-color: rgb(137,144,104); }

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

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

 span { border-color: rgb(137,144,104); }

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