#818768

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

Shades of Bitter #818768

Tints of Bitter #818768

Color information

#818768 (or 0x818768) is unknown color: approx Bitter. HEX triplet: 81, 87 and 68. RGB value is (129,135,104). Sum of RGB (Red+Green+Blue) = 129+135+104=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #818768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818768 is #7E7897. Grayscale: #818181. Windows color (decimal): -8288408 or 6850433. OLE color: 6850433.

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

Color convert

RGB129135104-
CMYK0.0400.230.47
HSL71.61º12.97%46.86%-
HSV(B)71.61º22.96%52.94%-
XYZ20.2222.9916.47-
YUV129.67113.51127.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=35.05%
G=36.68%
B=28.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351040.0400.230.4771.6112.9746.86
Hex81876840172F48d2f
Octal2012071504027571101557
Binary1000000110000111110100010001011110111110010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818768; }

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

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

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

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

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

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

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

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