#859970

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

Shades of Highland #859970

Tints of Highland #859970

Color information

#859970 (or 0x859970) is unknown color: approx Highland. HEX triplet: 85, 99 and 70. RGB value is (133,153,112). Sum of RGB (Red+Green+Blue) = 133+153+112=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #859970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859970 is #7A668F. Grayscale: #8E8E8E. Windows color (decimal): -8021648 or 7379333. OLE color: 7379333.

HSL color Cylindrical-coordinate representation of color #859970: hue angle of 89.27º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #859970 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB133153112-
CMYK0.1300.270.4
HSL89.27º16.73%51.96%-
HSV(B)89.27º26.8%60%-
XYZ23.9928.9419.65-
YUV142.35110.87121.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=33.42%
G=38.44%
B=28.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531120.1300.270.489.2716.7351.96
Hex859970D01B28591134
Octal20523116015033501312164
Binary100001011001100111100001101011011101000101100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859970; }

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

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

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

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

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

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

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

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