#87B095

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

Shades of Padua #87B095

Tints of Padua #87B095

Color information

#87B095 (or 0x87B095) is unknown color: approx Padua. HEX triplet: 87, B0 and 95. RGB value is (135,176,149). Sum of RGB (Red+Green+Blue) = 135+176+149=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #87B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B095 is #784F6A. Grayscale: #A0A0A0. Windows color (decimal): -7884651 or 9810055. OLE color: 9810055.

HSL color Cylindrical-coordinate representation of color #87B095: hue angle of 140.49º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87B095 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB135176149-
CMYK0.2300.150.31
HSL140.49º20.6%60.98%-
HSV(B)140.49º23.3%69.02%-
XYZ30.9438.3734.21-
YUV160.66121.42109.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.35%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=29.35%
G=38.26%
B=32.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351761490.2300.150.31140.4920.660.98
Hex87B095170F1F8c153d
Octal20726022527017372142575
Binary1000011110110000100101011011101111111111000110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,176,149); }

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

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

 a { background-color: rgb(135,176,149); }

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

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

 span { border-color: rgb(135,176,149); }

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