#879B6D

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

Shades of Highland #879B6D

Tints of Highland #879B6D

Color information

#879B6D (or 0x879B6D) is unknown color: approx Highland. HEX triplet: 87, 9B and 6D. RGB value is (135,155,109). Sum of RGB (Red+Green+Blue) = 135+155+109=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #879B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879B6D is #786492. Grayscale: #8F8F8F. Windows color (decimal): -7890067 or 7183239. OLE color: 7183239.

HSL color Cylindrical-coordinate representation of color #879B6D: hue angle of 86.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879B6D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB135155109-
CMYK0.1300.300.39
HSL86.09º18.7%51.76%-
HSV(B)86.09º29.68%60.78%-
XYZ24.4729.718.91-
YUV143.78108.37121.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=33.83%
G=38.85%
B=27.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351551090.1300.300.3986.0918.751.76
Hex879B6DD01E27561334
Octal20723315515036471262364
Binary100001111001101111011011101011110100111101011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879B6D; }

 p { color: rgb(135,155,109); }

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

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

 a { background-color: rgb(135,155,109); }

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

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

 span { border-color: rgb(135,155,109); }

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