#879C70

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

Shades of Highland #879C70

Tints of Highland #879C70

Color information

#879C70 (or 0x879C70) is unknown color: approx Highland. HEX triplet: 87, 9C and 70. RGB value is (135,156,112). Sum of RGB (Red+Green+Blue) = 135+156+112=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #879C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C70 is #78638F. Grayscale: #909090. Windows color (decimal): -7889808 or 7380103. OLE color: 7380103.

HSL color Cylindrical-coordinate representation of color #879C70: hue angle of 88.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879C70 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB135156112-
CMYK0.1300.280.39
HSL88.64º18.18%52.55%-
HSV(B)88.64º28.21%61.18%-
XYZ24.830.119.83-
YUV144.7109.54121.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=33.50%
G=38.71%
B=27.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561120.1300.280.3988.6418.1852.55
Hex879C70D01C27591235
Octal20723416015034471312265
Binary100001111001110011100001101011100100111101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,156,112); }

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

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

 a { background-color: rgb(135,156,112); }

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

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

 span { border-color: rgb(135,156,112); }

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