#878A85

Color #878A85 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #878A85

Tints of Spanish Green #878A85

Color information

#878A85 (or 0x878A85) is unknown color: approx Spanish Green. HEX triplet: 87, 8A and 85. RGB value is (135,138,133). Sum of RGB (Red+Green+Blue) = 135+138+133=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 138 - color contains mainly: green. Hex color #878A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A85 is #78757A. Grayscale: #888888. Windows color (decimal): -7894395 or 8751751. OLE color: 8751751.

HSL color Cylindrical-coordinate representation of color #878A85: hue angle of 96º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878A85 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB135138133-
CMYK0.0200.040.46
HSL96º2.09%53.14%-
HSV(B)96º3.62%54.12%-
XYZ23.3125.0225.79-
YUV136.53126.01126.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=33.25%
G=33.99%
B=32.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351381330.0200.040.46962.0953.14
Hex878A852042E60235
Octal20721220520456140265
Binary100001111000101010000101100100101110110000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878A85; }

 p { color: rgb(135,138,133); }

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

<style>
 a { background-color: #878A85; }

 a { background-color: rgb(135,138,133); }

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

<style>
 span { border-color: #878A85; }

 span { border-color: rgb(135,138,133); }

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