#87927D

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

Shades of Spanish Green #87927D

Tints of Spanish Green #87927D

Color information

#87927D (or 0x87927D) is unknown color: approx Spanish Green. HEX triplet: 87, 92 and 7D. RGB value is (135,146,125). Sum of RGB (Red+Green+Blue) = 135+146+125=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #87927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87927D is #786D82. Grayscale: #8C8C8C. Windows color (decimal): -7892355 or 8229511. OLE color: 8229511.

HSL color Cylindrical-coordinate representation of color #87927D: hue angle of 91.43º degrees, saturation: 0.09, 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 #87927D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB135146125-
CMYK0.0800.140.43
HSL91.43º8.79%53.14%-
HSV(B)91.43º14.38%57.25%-
XYZ23.9727.1923.39-
YUV140.32119.36124.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=33.25%
G=35.96%
B=30.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351461250.0800.140.4391.438.7953.14
Hex87927D80E2B5b935
Octal20722217510016531331165
Binary1000011110010010111110110000111010101110110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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