#87947C

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

Shades of Spanish Green #87947C

Tints of Spanish Green #87947C

Color information

#87947C (or 0x87947C) is unknown color: approx Spanish Green. HEX triplet: 87, 94 and 7C. RGB value is (135,148,124). Sum of RGB (Red+Green+Blue) = 135+148+124=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #87947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947C is #786B83. Grayscale: #8D8D8D. Windows color (decimal): -7891844 or 8164487. OLE color: 8164487.

HSL color Cylindrical-coordinate representation of color #87947C: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87947C is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB135148124-
CMYK0.0900.160.42
HSL92.5º10.08%53.33%-
HSV(B)92.5º16.22%58.04%-
XYZ24.2227.7923.16-
YUV141.38118.19123.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=33.17%
G=36.36%
B=30.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481240.0900.160.4292.510.0853.33
Hex87947C90102A5ca35
Octal20722417411020521341265
Binary10000111100101001111100100101000010101010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87947C; }

 p { color: rgb(135,148,124); }

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

<style>
 a { background-color: #87947C; }

 a { background-color: rgb(135,148,124); }

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

<style>
 span { border-color: #87947C; }

 span { border-color: rgb(135,148,124); }

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