#85956F

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

Shades of Highland #85956F

Tints of Highland #85956F

Color information

#85956F (or 0x85956F) is unknown color: approx Highland. HEX triplet: 85, 95 and 6F. RGB value is (133,149,111). Sum of RGB (Red+Green+Blue) = 133+149+111=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #85956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85956F is #7A6A90. Grayscale: #8C8C8C. Windows color (decimal): -8022673 or 7312773. OLE color: 7312773.

HSL color Cylindrical-coordinate representation of color #85956F: hue angle of 85.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85956F is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB133149111-
CMYK0.1100.260.42
HSL85.26º15.2%50.98%-
HSV(B)85.26º25.5%58.43%-
XYZ23.2927.6319.14-
YUV139.88111.7123.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=33.84%
G=37.91%
B=28.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491110.1100.260.4285.2615.250.98
Hex85956FB01A2A55f33
Octal20522515713032521251763
Binary10000101100101011101111101101101010101010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85956F; }

 p { color: rgb(133,149,111); }

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

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

 a { background-color: rgb(133,149,111); }

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

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

 span { border-color: rgb(133,149,111); }

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