#87956B

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

Shades of Highland #87956B

Tints of Highland #87956B

Color information

#87956B (or 0x87956B) is unknown color: approx Highland. HEX triplet: 87, 95 and 6B. RGB value is (135,149,107). Sum of RGB (Red+Green+Blue) = 135+149+107=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #87956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87956B is #786A94. Grayscale: #8C8C8C. Windows color (decimal): -7891605 or 7050631. OLE color: 7050631.

HSL color Cylindrical-coordinate representation of color #87956B: hue angle of 80º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87956B is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB135149107-
CMYK0.0900.280.42
HSL80º16.54%50.2%-
HSV(B)80º28.19%58.43%-
XYZ23.3927.7118.03-
YUV140.03109.36124.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=34.53%
G=38.11%
B=27.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351491070.0900.280.428016.5450.2
Hex87956B901C2A501132
Octal20722515311034521202162
Binary100001111001010111010111001011100101010101000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87956B; }

 p { color: rgb(135,149,107); }

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

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

 a { background-color: rgb(135,149,107); }

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

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

 span { border-color: rgb(135,149,107); }

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