#87917D

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

Shades of Spanish Green #87917D

Tints of Spanish Green #87917D

Color information

#87917D (or 0x87917D) is unknown color: approx Spanish Green. HEX triplet: 87, 91 and 7D. RGB value is (135,145,125). Sum of RGB (Red+Green+Blue) = 135+145+125=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #87917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87917D is #786E82. Grayscale: #8B8B8B. Windows color (decimal): -7892611 or 8229255. OLE color: 8229255.

HSL color Cylindrical-coordinate representation of color #87917D: hue angle of 90º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87917D is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB135145125-
CMYK0.0700.140.43
HSL90º8.33%52.94%-
HSV(B)90º13.79%56.86%-
XYZ23.8226.8823.34-
YUV139.73119.69124.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=33.33%
G=35.80%
B=30.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351451250.0700.140.43908.3352.94
Hex87917D70E2B5a835
Octal2072211757016531321065
Binary100001111001000111111011110111010101110110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87917D; }

 p { color: rgb(135,145,125); }

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

<style>
 a { background-color: #87917D; }

 a { background-color: rgb(135,145,125); }

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

<style>
 span { border-color: #87917D; }

 span { border-color: rgb(135,145,125); }

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