#818968

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

Shades of Bitter #818968

Tints of Bitter #818968

Color information

#818968 (or 0x818968) is unknown color: approx Bitter. HEX triplet: 81, 89 and 68. RGB value is (129,137,104). Sum of RGB (Red+Green+Blue) = 129+137+104=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #818968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818968 is #7E7697. Grayscale: #828282. Windows color (decimal): -8287896 or 6850945. OLE color: 6850945.

HSL color Cylindrical-coordinate representation of color #818968: hue angle of 74.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818968 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB129137104-
CMYK0.0600.240.46
HSL74.55º13.69%47.25%-
HSV(B)74.55º24.09%53.73%-
XYZ20.523.5616.56-
YUV130.85112.85126.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=34.86%
G=37.03%
B=28.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371040.0600.240.4674.5513.6947.25
Hex81896860182E4be2f
Octal2012111506030561131657
Binary1000000110001001110100011001100010111010010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818968; }

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

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

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

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

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

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

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

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