#859464

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

Shades of Highland #859464

Tints of Highland #859464

Color information

#859464 (or 0x859464) is unknown color: approx Highland. HEX triplet: 85, 94 and 64. RGB value is (133,148,100). Sum of RGB (Red+Green+Blue) = 133+148+100=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #859464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859464 is #7A6B9B. Grayscale: #8A8A8A. Windows color (decimal): -8022940 or 6591621. OLE color: 6591621.

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

Color convert

RGB133148100-
CMYK0.1000.320.42
HSL78.75º19.35%48.63%-
HSV(B)78.75º32.43%58.04%-
XYZ22.5627.0916.1-
YUV138.04106.53124.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=34.91%
G=38.85%
B=26.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481000.1000.320.4278.7519.3548.63
Hex859464A0202A4f1331
Octal20522414412040521172361
Binary1000010110010100110010010100100000101010100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859464; }

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

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

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

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

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

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

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

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