#859668

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

Shades of Highland #859668

Tints of Highland #859668

Color information

#859668 (or 0x859668) is unknown color: approx Highland. HEX triplet: 85, 96 and 68. RGB value is (133,150,104). Sum of RGB (Red+Green+Blue) = 133+150+104=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #859668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859668 is #7A6997. Grayscale: #8B8B8B. Windows color (decimal): -8022424 or 6854277. OLE color: 6854277.

HSL color Cylindrical-coordinate representation of color #859668: hue angle of 82.17º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859668 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB133150104-
CMYK0.1100.310.41
HSL82.17º18.11%49.8%-
HSV(B)82.17º30.67%58.82%-
XYZ23.0827.817.25-
YUV139.67107.87123.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=34.37%
G=38.76%
B=26.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501040.1100.310.4182.1718.1149.8
Hex859668B01F29521232
Octal20522615013037511222262
Binary100001011001011011010001011011111101001101001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859668; }

 p { color: rgb(133,150,104); }

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

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

 a { background-color: rgb(133,150,104); }

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

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

 span { border-color: rgb(133,150,104); }

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