#808C66

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

Shades of Highland #808C66

Tints of Highland #808C66

Color information

#808C66 (or 0x808C66) is unknown color: approx Highland. HEX triplet: 80, 8C and 66. RGB value is (128,140,102). Sum of RGB (Red+Green+Blue) = 128+140+102=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #808C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C66 is #7F7399. Grayscale: #848484. Windows color (decimal): -8352666 or 6720640. OLE color: 6720640.

HSL color Cylindrical-coordinate representation of color #808C66: hue angle of 78.95º degrees, saturation: 0.16, 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 #808C66 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB128140102-
CMYK0.0900.270.45
HSL78.95º15.7%47.45%-
HSV(B)78.95º27.14%54.9%-
XYZ20.6824.316.17-
YUV132.08111.02125.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=34.59%
G=37.84%
B=27.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281401020.0900.270.4578.9515.747.45
Hex808C66901B2D4f102f
Octal20021414611033551172057
Binary100000001000110011001101001011011101101100111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808C66; }

 p { color: rgb(128,140,102); }

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

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

 a { background-color: rgb(128,140,102); }

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

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

 span { border-color: rgb(128,140,102); }

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