#87A493

Color #87A493 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #87A493

Tints of Padua #87A493

Color information

#87A493 (or 0x87A493) is unknown color: approx Padua. HEX triplet: 87, A4 and 93. RGB value is (135,164,147). Sum of RGB (Red+Green+Blue) = 135+164+147=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #87A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A493 is #785B6C. Grayscale: #999999. Windows color (decimal): -7887725 or 9675911. OLE color: 9675911.

HSL color Cylindrical-coordinate representation of color #87A493: hue angle of 144.83º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A493 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB135164147-
CMYK0.1800.100.36
HSL144.83º13.74%58.63%-
HSV(B)144.83º17.68%64.31%-
XYZ28.5333.8132.63-
YUV153.39124.39114.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=30.27%
G=36.77%
B=32.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1351641470.1800.100.36144.8313.7458.63
Hex87A493120A2491e3b
Octal20724422322012442211673
Binary1000011110100100100100111001001010100100100100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A493; }

 p { color: rgb(135,164,147); }

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

<style>
 a { background-color: #87A493; }

 a { background-color: rgb(135,164,147); }

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

<style>
 span { border-color: #87A493; }

 span { border-color: rgb(135,164,147); }

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