#818764

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

Shades of Bitter #818764

Tints of Bitter #818764

Color information

#818764 (or 0x818764) is unknown color: approx Bitter. HEX triplet: 81, 87 and 64. RGB value is (129,135,100). Sum of RGB (Red+Green+Blue) = 129+135+100=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #818764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818764 is #7E789B. Grayscale: #818181. Windows color (decimal): -8288412 or 6588289. OLE color: 6588289.

HSL color Cylindrical-coordinate representation of color #818764: hue angle of 70.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818764 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB129135100-
CMYK0.0400.260.47
HSL70.29º14.89%46.08%-
HSV(B)70.29º25.93%52.94%-
XYZ20.0222.9215.42-
YUV129.22111.51127.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=35.44%
G=37.09%
B=27.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351000.0400.260.4770.2914.8946.08
Hex818764401A2F46f2e
Octal2012071444032571061756
Binary1000000110000111110010010001101010111110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818764; }

 p { color: rgb(129,135,100); }

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

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

 a { background-color: rgb(129,135,100); }

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

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

 span { border-color: rgb(129,135,100); }

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