#808F68

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

Shades of Highland #808F68

Tints of Highland #808F68

Color information

#808F68 (or 0x808F68) is unknown color: approx Highland. HEX triplet: 80, 8F and 68. RGB value is (128,143,104). Sum of RGB (Red+Green+Blue) = 128+143+104=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #808F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F68 is #7F7097. Grayscale: #868686. Windows color (decimal): -8351896 or 6852480. OLE color: 6852480.

HSL color Cylindrical-coordinate representation of color #808F68: hue angle of 83.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #808F68 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB128143104-
CMYK0.1000.270.44
HSL83.08º15.79%48.43%-
HSV(B)83.08º27.27%56.08%-
XYZ21.2225.2316.85-
YUV134.07111.03123.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=34.13%
G=38.13%
B=27.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281431040.1000.270.4483.0815.7948.43
Hex808F68A01B2C531030
Octal20021715012033541232060
Binary100000001000111111010001010011011101100101001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,143,104); }

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

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

 a { background-color: rgb(128,143,104); }

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

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

 span { border-color: rgb(128,143,104); }

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