#859371

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

Shades of Highland #859371

Tints of Highland #859371

Color information

#859371 (or 0x859371) is unknown color: approx Highland. HEX triplet: 85, 93 and 71. RGB value is (133,147,113). Sum of RGB (Red+Green+Blue) = 133+147+113=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #859371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859371 is #7A6C8E. Grayscale: #8B8B8B. Windows color (decimal): -8023183 or 7443333. OLE color: 7443333.

HSL color Cylindrical-coordinate representation of color #859371: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859371 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB133147113-
CMYK0.1000.230.42
HSL84.71º13.6%50.98%-
HSV(B)84.71º23.13%57.65%-
XYZ23.0927.0519.63-
YUV138.94113.36123.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=33.84%
G=37.40%
B=28.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471130.1000.230.4284.7113.650.98
Hex859371A0172A55e33
Octal20522316112027521251663
Binary10000101100100111110001101001011110101010101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859371; }

 p { color: rgb(133,147,113); }

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

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

 a { background-color: rgb(133,147,113); }

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

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

 span { border-color: rgb(133,147,113); }

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