Html Css Color HEX #868F8D Oslo Grey

📋 copy color: '#868F8D'

red 134 ◦ green 143 ◦ blue 141

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

Shades of Oslo Grey #868F8D

Tints of Oslo Grey #868F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 32.06%
G = 34.21%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#868F8D (or 0x868F8D) is known color: Oslo Grey. HEX triplet: 86, 8F and 8D. RGB value is (134,143,141). Sum of RGB (Red+Green+Blue) = 134+143+141=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 143 - color contains mainly: green. Hex color #868F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F8D is #797072. Grayscale: #8C8C8C. Windows color (decimal): -7958643 or 9277318. OLE color: 9277318.

HSL color Cylindrical-coordinate representation of color #868F8D: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #868F8D is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 143 141 -
CMYK 0.06 0 0.01 0.44
HSL 166.67º 0.04% 0.54% -
HSV(B) 166.67º 0.06% 0.56% -
XYZ 24.46 26.64 29.05 -
YUV 140.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 134 143 141 0.06 0 0.01 0.44 166.67 0.04 0.54
Hex 86 8F 8D 6 0 1 2C A7 4 36
Octal 206 217 215 6 0 1 54 247 4 66
Binary 10000110 10001111 10001101 110 0 1 101100 10100111 100 110110

Color Harmonies of #868F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868F8D

Black with #868F8D

Text Example


Text Example

White with #868F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868F8D; }

 p { color: rgb(134,143,141); }

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

background-color css

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

 a { background-color: rgb(134,143,141); }

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

border-color css

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

 span { border-color: rgb(134,143,141); }

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