Html Css Color HEX #869291 Oslo Grey

📋 copy color: '#869291'

red 134 ◦ green 146 ◦ blue 145

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

Shades of Oslo Grey #869291

Tints of Oslo Grey #869291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

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

R = 31.53%
G = 34.35%
B = 34.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#869291 (or 0x869291) is known color: Oslo Grey. HEX triplet: 86, 92 and 91. RGB value is (134,146,145). Sum of RGB (Red+Green+Blue) = 134+146+145=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 146 - color contains mainly: green. Hex color #869291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869291 is #796D6E. Grayscale: #8E8E8E. Windows color (decimal): -7957871 or 9540230. OLE color: 9540230.

HSL color Cylindrical-coordinate representation of color #869291: hue angle of 175º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #869291 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 145 -
CMYK 0.08 0 0.01 0.43
HSL 175º 0.05% 0.55% -
HSV(B) 175º 0.08% 0.57% -
XYZ 25.22 27.67 30.8 -
YUV 142.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 134 146 145 0.08 0 0.01 0.43 175 0.05 0.55
Hex 86 92 91 8 0 1 2B AF 5 37
Octal 206 222 221 10 0 1 53 257 5 67
Binary 10000110 10010010 10010001 1000 0 1 101011 10101111 101 110111

Color Harmonies of #869291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869291

Black with #869291

Text Example


Text Example

White with #869291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869291; }

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

 H1.HeaderClassName
 {
   color: #869291;
 }
 .AnyTagClassName
 {
   color: #869291;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #869291;
 }
 .BgClassName
 {
   background-color: #869291;
 }
</style>

border-color css

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

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

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