#85B79A

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

Shades of Padua #85B79A

Tints of Padua #85B79A

Color information

#85B79A (or 0x85B79A) is unknown color: approx Padua. HEX triplet: 85, B7 and 9A. RGB value is (133,183,154). Sum of RGB (Red+Green+Blue) = 133+183+154=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #85B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B79A is #7A4865. Grayscale: #A4A4A4. Windows color (decimal): -8013926 or 10139525. OLE color: 10139525.

HSL color Cylindrical-coordinate representation of color #85B79A: hue angle of 145.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B79A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB133183154-
CMYK0.2700.160.28
HSL145.2º25.77%61.96%-
HSV(B)145.2º27.32%71.76%-
XYZ32.4441.1936.81-
YUV164.74121.94105.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=28.30%
G=38.94%
B=32.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331831540.2700.160.28145.225.7761.96
Hex85B79A1B0101C911a3e
Octal20526723233020342213276
Binary10000101101101111001101011011010000111001001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B79A; }

 p { color: rgb(133,183,154); }

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

<style>
 a { background-color: #85B79A; }

 a { background-color: rgb(133,183,154); }

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

<style>
 span { border-color: #85B79A; }

 span { border-color: rgb(133,183,154); }

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