#859370

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

Shades of Highland #859370

Tints of Highland #859370

Color information

#859370 (or 0x859370) is unknown color: approx Highland. HEX triplet: 85, 93 and 70. RGB value is (133,147,112). Sum of RGB (Red+Green+Blue) = 133+147+112=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #859370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859370 is #7A6C8F. Grayscale: #8A8A8A. Windows color (decimal): -8023184 or 7377797. OLE color: 7377797.

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

Color convert

RGB133147112-
CMYK0.1000.240.42
HSL84º13.94%50.78%-
HSV(B)84º23.81%57.65%-
XYZ23.0327.0219.33-
YUV138.82112.86123.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=33.93%
G=37.5%
B=28.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471120.1000.240.428413.9450.78
Hex859370A0182A54e33
Octal20522316012030521241663
Binary10000101100100111110000101001100010101010101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859370; }

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

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

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

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

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

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

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

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