#818B66

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

Shades of Bitter #818B66

Tints of Bitter #818B66

Color information

#818B66 (or 0x818B66) is unknown color: approx Bitter. HEX triplet: 81, 8B and 66. RGB value is (129,139,102). Sum of RGB (Red+Green+Blue) = 129+139+102=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #818B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B66 is #7E7499. Grayscale: #838383. Windows color (decimal): -8287386 or 6720385. OLE color: 6720385.

HSL color Cylindrical-coordinate representation of color #818B66: hue angle of 76.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #818B66 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB129139102-
CMYK0.0700.270.45
HSL76.22º15.35%47.25%-
HSV(B)76.22º26.62%54.51%-
XYZ20.6824.0916.13-
YUV131.79111.19126.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=34.86%
G=37.57%
B=27.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391020.0700.270.4576.2215.3547.25
Hex818B66701B2D4cf2f
Octal2012131467033551141757
Binary1000000110001011110011011101101110110110011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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