#859461

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

Shades of Highland #859461

Tints of Highland #859461

Color information

#859461 (or 0x859461) is unknown color: approx Highland. HEX triplet: 85, 94 and 61. RGB value is (133,148,97). Sum of RGB (Red+Green+Blue) = 133+148+97=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #859461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859461 is #7A6B9E. Grayscale: #898989. Windows color (decimal): -8022943 or 6395013. OLE color: 6395013.

HSL color Cylindrical-coordinate representation of color #859461: hue angle of 77.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859461 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB13314897-
CMYK0.1000.340.42
HSL77.65º20.82%48.04%-
HSV(B)77.65º34.46%58.04%-
XYZ22.4227.0315.34-
YUV137.7105.03124.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=35.19%
G=39.15%
B=25.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148970.1000.340.4277.6520.8248.04
Hex859461A0222A4e1530
Octal20522414112042521162560
Binary1000010110010100110000110100100010101010100111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859461; }

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

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

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

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

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

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

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

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