Html Css Color HEX #869F91 Padua

📋 copy color: '#869F91'

red 134 ◦ green 159 ◦ blue 145

#869F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #869F91

Tints of Padua #869F91

RGB

 RED value IS 134 (52.73% from 255) = 30.59%

 GREEN value IS 159 (62.5% from 255) = 36.3%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 30.59%
G = 36.3%
B = 33.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#869F91 (or 0x869F91) is known color: 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

RGB 134 159 145 -
CMYK 0.16 0 0.09 0.38
HSL 146.4º 0.12% 0.57% -
HSV(B) 146.4º 0.16% 0.62% -
XYZ 27.34 31.91 31.51 -
YUV 149.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 134 159 145 0.16 0 0.09 0.38 146.4 0.12 0.57
Hex 86 9F 91 10 0 9 26 92 C 39
Octal 206 237 221 20 0 11 46 222 14 71
Binary 10000110 10011111 10010001 10000 0 1001 100110 10010010 1100 111001

Color Harmonies of #869F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F91

Black with #869F91

Text Example


Text Example

White with #869F91

Text Example


Text Example

HTML Codes & Css Web 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>