#859359

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

Shades of Highland #859359

Tints of Highland #859359

Color information

#859359 (or 0x859359) is unknown color: approx Highland. HEX triplet: 85, 93 and 59. RGB value is (133,147,89). Sum of RGB (Red+Green+Blue) = 133+147+89=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #859359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859359 is #7A6CA6. Grayscale: #888888. Windows color (decimal): -8023207 or 5870469. OLE color: 5870469.

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

Color convert

RGB13314789-
CMYK0.1000.390.42
HSL74.48º24.58%46.27%-
HSV(B)74.48º39.46%57.65%-
XYZ21.9126.5813.43-
YUV136.2101.36125.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=36.04%
G=39.84%
B=24.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147890.1000.390.4274.4824.5846.27
Hex859359A0272A4a192e
Octal20522313112047521123156
Binary1000010110010011101100110100100111101010100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859359; }

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

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

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

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

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

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

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

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