#818B60

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

Shades of Bitter #818B60

Tints of Bitter #818B60

Color information

#818B60 (or 0x818B60) is unknown color: approx Bitter. HEX triplet: 81, 8B and 60. RGB value is (129,139,96). Sum of RGB (Red+Green+Blue) = 129+139+96=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #818B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B60 is #7E749F. Grayscale: #838383. Windows color (decimal): -8287392 or 6327169. OLE color: 6327169.

HSL color Cylindrical-coordinate representation of color #818B60: hue angle of 73.95º 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 #818B60 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB12913996-
CMYK0.0700.310.45
HSL73.95º18.3%46.08%-
HSV(B)73.95º30.94%54.51%-
XYZ20.423.9814.62-
YUV131.11108.19126.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=35.44%
G=38.19%
B=26.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139960.0700.310.4573.9518.346.08
Hex818B60701F2D4a122e
Octal2012131407037551122256
Binary10000001100010111100000111011111101101100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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