#86A795

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

Shades of Padua #86A795

Tints of Padua #86A795

Color information

#86A795 (or 0x86A795) is unknown color: approx Padua. HEX triplet: 86, A7 and 95. RGB value is (134,167,149). Sum of RGB (Red+Green+Blue) = 134+167+149=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #86A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A795 is #79586A. Grayscale: #9B9B9B. Windows color (decimal): -7952491 or 9807750. OLE color: 9807750.

HSL color Cylindrical-coordinate representation of color #86A795: hue angle of 147.27º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86A795 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB134167149-
CMYK0.2000.110.35
HSL147.27º15.79%59.02%-
HSV(B)147.27º19.76%65.49%-
XYZ29.0834.8833.63-
YUV155.08124.57112.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=29.78%
G=37.11%
B=33.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341671490.2000.110.35147.2715.7959.02
Hex86A795140B2393103b
Octal20624722524013432232073
Binary10000110101001111001010110100010111000111001001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A795; }

 p { color: rgb(134,167,149); }

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

<style>
 a { background-color: #86A795; }

 a { background-color: rgb(134,167,149); }

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

<style>
 span { border-color: #86A795; }

 span { border-color: rgb(134,167,149); }

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