#869F91

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

Shades of Padua #869F91

Tints of Padua #869F91

Color information

#869F91 (or 0x869F91) is unknown color: approx Padua. HEX triplet: 86, 9F and 91. RGB value is (134,159,145). Sum of RGB (Red+Green+Blue) = 134+159+145=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #869F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F91 is #79606E. Grayscale: #959595. Windows color (decimal): -7954543 or 9543558. OLE color: 9543558.

HSL color Cylindrical-coordinate representation of color #869F91: hue angle of 146.4º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869F91 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB134159145-
CMYK0.1600.090.38
HSL146.4º11.52%57.45%-
HSV(B)146.4º15.72%62.35%-
XYZ27.3431.9131.51-
YUV149.93125.22116.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=30.59%
G=36.30%
B=33.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341591450.1600.090.38146.411.5257.45
Hex869F9110092692c39
Octal20623722120011462221471
Binary1000011010011111100100011000001001100110100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869F91; }

 p { color: rgb(134,159,145); }

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

<style>
 a { background-color: #869F91; }

 a { background-color: rgb(134,159,145); }

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

<style>
 span { border-color: #869F91; }

 span { border-color: rgb(134,159,145); }

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