#859C6A

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

Shades of Highland #859C6A

Tints of Highland #859C6A

Color information

#859C6A (or 0x859C6A) is unknown color: approx Highland. HEX triplet: 85, 9C and 6A. RGB value is (133,156,106). Sum of RGB (Red+Green+Blue) = 133+156+106=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #859C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C6A is #7A6395. Grayscale: #8F8F8F. Windows color (decimal): -8020886 or 6986885. OLE color: 6986885.

HSL color Cylindrical-coordinate representation of color #859C6A: hue angle of 87.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #859C6A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB133156106-
CMYK0.1500.320.39
HSL87.6º20.16%51.37%-
HSV(B)87.6º32.05%61.18%-
XYZ24.1629.818.11-
YUV143.42106.88120.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=33.67%
G=39.49%
B=26.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331561060.1500.320.3987.620.1651.37
Hex859C6AF02027581433
Octal20523415217040471302463
Binary1000010110011100110101011110100000100111101100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859C6A; }

 p { color: rgb(133,156,106); }

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

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

 a { background-color: rgb(133,156,106); }

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

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

 span { border-color: rgb(133,156,106); }

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