#818769

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

Shades of Bitter #818769

Tints of Bitter #818769

Color information

#818769 (or 0x818769) is unknown color: approx Bitter. HEX triplet: 81, 87 and 69. RGB value is (129,135,105). Sum of RGB (Red+Green+Blue) = 129+135+105=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #818769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818769 is #7E7896. Grayscale: #818181. Windows color (decimal): -8288407 or 6915969. OLE color: 6915969.

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

Color convert

RGB129135105-
CMYK0.0400.220.47
HSL72º12.5%47.06%-
HSV(B)72º22.22%52.94%-
XYZ20.2723.0116.74-
YUV129.79114.01127.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=34.96%
G=36.59%
B=28.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351050.0400.220.477212.547.06
Hex81876940162F48d2f
Octal2012071514026571101557
Binary1000000110000111110100110001011010111110010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818769; }

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

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

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

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

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

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

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

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