#87AF97

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

Shades of Padua #87AF97

Tints of Padua #87AF97

Color information

#87AF97 (or 0x87AF97) is unknown color: approx Padua. HEX triplet: 87, AF and 97. RGB value is (135,175,151). Sum of RGB (Red+Green+Blue) = 135+175+151=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AF97 is #785068. Grayscale: #A0A0A0. Windows color (decimal): -7884905 or 9940871. OLE color: 9940871.

HSL color Cylindrical-coordinate representation of color #87AF97: hue angle of 144º degrees, saturation: 0.2, 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 #87AF97 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB135175151-
CMYK0.2300.140.31
HSL144º20%60.78%-
HSV(B)144º22.86%68.63%-
XYZ30.9138.0534.99-
YUV160.3122.75109.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.28%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=29.28%
G=37.96%
B=32.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351751510.2300.140.311442060.78
Hex87AF97170E1F90143d
Octal20725722727016372202475
Binary1000011110101111100101111011101110111111001000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,175,151); }

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

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

 a { background-color: rgb(135,175,151); }

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

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

 span { border-color: rgb(135,175,151); }

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