#859761

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

Shades of Highland #859761

Tints of Highland #859761

Color information

#859761 (or 0x859761) is unknown color: approx Highland. HEX triplet: 85, 97 and 61. RGB value is (133,151,97). Sum of RGB (Red+Green+Blue) = 133+151+97=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #859761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859761 is #7A689E. Grayscale: #8B8B8B. Windows color (decimal): -8022175 or 6395781. OLE color: 6395781.

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

Color convert

RGB13315197-
CMYK0.1200.360.41
HSL80º21.77%48.63%-
HSV(B)80º35.76%59.22%-
XYZ22.927.9815.5-
YUV139.46104.04123.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=34.91%
G=39.63%
B=25.46%

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
Decimal133151970.1200.360.418021.7748.63
Hex859761C02429501631
Octal20522714114044511202661
Binary1000010110010111110000111000100100101001101000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859761; }

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

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

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

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

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

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

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

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