#859760

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

Shades of Highland #859760

Tints of Highland #859760

Color information

#859760 (or 0x859760) is unknown color: approx Highland. HEX triplet: 85, 97 and 60. RGB value is (133,151,96). Sum of RGB (Red+Green+Blue) = 133+151+96=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #859760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859760 is #7A689F. Grayscale: #8B8B8B. Windows color (decimal): -8022176 or 6330245. OLE color: 6330245.

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

Color convert

RGB13315196-
CMYK0.1200.360.41
HSL79.64º22.27%48.43%-
HSV(B)79.64º36.42%59.22%-
XYZ22.8527.9615.26-
YUV139.35103.54123.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=35%
G=39.74%
B=25.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133151960.1200.360.4179.6422.2748.43
Hex859760C02429501630
Octal20522714014044511202660
Binary1000010110010111110000011000100100101001101000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859760; }

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

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

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

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

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

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

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

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