#859771

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

Shades of Highland #859771

Tints of Highland #859771

Color information

#859771 (or 0x859771) is unknown color: approx Highland. HEX triplet: 85, 97 and 71. RGB value is (133,151,113). Sum of RGB (Red+Green+Blue) = 133+151+113=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #859771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859771 is #7A688E. Grayscale: #8D8D8D. Windows color (decimal): -8022159 or 7444357. OLE color: 7444357.

HSL color Cylindrical-coordinate representation of color #859771: hue angle of 88.42º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859771 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB133151113-
CMYK0.1200.250.41
HSL88.42º15.45%51.76%-
HSV(B)88.42º25.17%59.22%-
XYZ23.7228.3119.84-
YUV141.29112.04122.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=33.50%
G=38.04%
B=28.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331511130.1200.250.4188.4215.4551.76
Hex859771C0192958f34
Octal20522716114031511301764
Binary10000101100101111110001110001100110100110110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859771; }

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

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

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

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

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

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

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

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