#87947F

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

Shades of Spanish Green #87947F

Tints of Spanish Green #87947F

Color information

#87947F (or 0x87947F) is unknown color: approx Spanish Green. HEX triplet: 87, 94 and 7F. RGB value is (135,148,127). Sum of RGB (Red+Green+Blue) = 135+148+127=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #87947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947F is #786B80. Grayscale: #8D8D8D. Windows color (decimal): -7891841 or 8361095. OLE color: 8361095.

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

Color convert

RGB135148127-
CMYK0.0900.140.42
HSL97.14º8.94%53.92%-
HSV(B)97.14º14.19%58.04%-
XYZ24.4127.8624.17-
YUV141.72119.69123.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 127 (50% from 255) = 30.98%
R=32.93%
G=36.10%
B=30.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481270.0900.140.4297.148.9453.92
Hex87947F90E2A61936
Octal20722417711016521411166
Binary1000011110010100111111110010111010101011000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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