#85955F

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

Shades of Highland #85955F

Tints of Highland #85955F

Color information

#85955F (or 0x85955F) is unknown color: approx Highland. HEX triplet: 85, 95 and 5F. RGB value is (133,149,95). Sum of RGB (Red+Green+Blue) = 133+149+95=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #85955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85955F is #7A6AA0. Grayscale: #8A8A8A. Windows color (decimal): -8022689 or 6264197. OLE color: 6264197.

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

Color convert

RGB13314995-
CMYK0.1100.360.42
HSL77.78º22.13%47.84%-
HSV(B)77.78º36.24%58.43%-
XYZ22.4927.3114.91-
YUV138.06103.7124.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=35.28%
G=39.52%
B=25.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149950.1100.360.4277.7822.1347.84
Hex85955FB0242A4e1630
Octal20522513713044521162660
Binary1000010110010101101111110110100100101010100111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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