#859471

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

Shades of Highland #859471

Tints of Highland #859471

Color information

#859471 (or 0x859471) is unknown color: approx Highland. HEX triplet: 85, 94 and 71. RGB value is (133,148,113). Sum of RGB (Red+Green+Blue) = 133+148+113=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #859471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859471 is #7A6B8E. Grayscale: #8B8B8B. Windows color (decimal): -8022927 or 7443589. OLE color: 7443589.

HSL color Cylindrical-coordinate representation of color #859471: hue angle of 85.71º 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 #859471 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB133148113-
CMYK0.1000.240.42
HSL85.71º14.06%51.18%-
HSV(B)85.71º23.65%58.04%-
XYZ23.2427.3619.68-
YUV139.52113.03123.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=33.76%
G=37.56%
B=28.68%

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
Decimal1331481130.1000.240.4285.7114.0651.18
Hex859471A0182A56e33
Octal20522416112030521261663
Binary10000101100101001110001101001100010101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859471; }

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

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

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

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

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

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

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

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