#87947E

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

Shades of Spanish Green #87947E

Tints of Spanish Green #87947E

Color information

#87947E (or 0x87947E) is unknown color: approx Spanish Green. HEX triplet: 87, 94 and 7E. RGB value is (135,148,126). Sum of RGB (Red+Green+Blue) = 135+148+126=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #87947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947E is #786B81. Grayscale: #8D8D8D. Windows color (decimal): -7891842 or 8295559. OLE color: 8295559.

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

Color convert

RGB135148126-
CMYK0.0900.150.42
HSL95.45º9.32%53.73%-
HSV(B)95.45º14.86%58.04%-
XYZ24.3527.8423.83-
YUV141.6119.19123.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=33.01%
G=36.19%
B=30.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481260.0900.150.4295.459.3253.73
Hex87947E90F2A5f936
Octal20722417611017521371166
Binary1000011110010100111111010010111110101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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