#859266

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

Shades of Highland #859266

Tints of Highland #859266

Color information

#859266 (or 0x859266) is unknown color: approx Highland. HEX triplet: 85, 92 and 66. RGB value is (133,146,102). Sum of RGB (Red+Green+Blue) = 133+146+102=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #859266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859266 is #7A6D99. Grayscale: #898989. Windows color (decimal): -8023450 or 6722181. OLE color: 6722181.

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

Color convert

RGB133146102-
CMYK0.0900.300.43
HSL77.73º17.74%48.63%-
HSV(B)77.73º30.14%57.25%-
XYZ22.3526.516.51-
YUV137.1108.19125.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=34.91%
G=38.32%
B=26.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461020.0900.300.4377.7317.7448.63
Hex859266901E2B4e1231
Octal20522214611036531162261
Binary100001011001001011001101001011110101011100111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859266; }

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

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

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

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

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

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

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

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