#859570

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

Shades of Highland #859570

Tints of Highland #859570

Color information

#859570 (or 0x859570) is unknown color: approx Highland. HEX triplet: 85, 95 and 70. RGB value is (133,149,112). Sum of RGB (Red+Green+Blue) = 133+149+112=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #859570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859570 is #7A6A8F. Grayscale: #8C8C8C. Windows color (decimal): -8022672 or 7378309. OLE color: 7378309.

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

Color convert

RGB133149112-
CMYK0.1100.250.42
HSL85.95º14.86%51.18%-
HSV(B)85.95º24.83%58.43%-
XYZ23.3427.6519.44-
YUV140112.2123.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=33.76%
G=37.82%
B=28.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491120.1100.250.4285.9514.8651.18
Hex859570B0192A56f33
Octal20522516013031521261763
Binary10000101100101011110000101101100110101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859570; }

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

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

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

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

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

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

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

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