#859267

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

Shades of Highland #859267

Tints of Highland #859267

Color information

#859267 (or 0x859267) is unknown color: approx Highland. HEX triplet: 85, 92 and 67. RGB value is (133,146,103). Sum of RGB (Red+Green+Blue) = 133+146+103=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #859267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859267 is #7A6D98. Grayscale: #898989. Windows color (decimal): -8023449 or 6787717. OLE color: 6787717.

HSL color Cylindrical-coordinate representation of color #859267: hue angle of 78.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #859267 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB133146103-
CMYK0.0900.290.43
HSL78.14º17.27%48.82%-
HSV(B)78.14º29.45%57.25%-
XYZ22.426.5216.77-
YUV137.21108.69125-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=34.82%
G=38.22%
B=26.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461030.0900.290.4378.1417.2748.82
Hex859267901D2B4e1131
Octal20522214711035531162161
Binary100001011001001011001111001011101101011100111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859267; }

 p { color: rgb(133,146,103); }

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

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

 a { background-color: rgb(133,146,103); }

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

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

 span { border-color: rgb(133,146,103); }

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