Html Css Color HEX #86908F Oslo Grey

📋 copy color: '#86908F'

red 134 ◦ green 144 ◦ blue 143

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

Shades of Oslo Grey #86908F

Tints of Oslo Grey #86908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 31.83%
G = 34.2%
B = 33.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#86908F (or 0x86908F) is known color: Oslo Grey. HEX triplet: 86, 90 and 8F. RGB value is (134,144,143). Sum of RGB (Red+Green+Blue) = 134+144+143=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 144 - color contains mainly: green. Hex color #86908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86908F is #796F70. Grayscale: #8C8C8C. Windows color (decimal): -7958385 or 9408646. OLE color: 9408646.

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

Color convert

RGB 134 144 143 -
CMYK 0.07 0 0.01 0.44
HSL 174º 0.04% 0.55% -
HSV(B) 174º 0.07% 0.56% -
XYZ 24.76 27 29.89 -
YUV 140.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 134 144 143 0.07 0 0.01 0.44 174 0.04 0.55
Hex 86 90 8F 7 0 1 2C AE 4 37
Octal 206 220 217 7 0 1 54 256 4 67
Binary 10000110 10010000 10001111 111 0 1 101100 10101110 100 110111

Color Harmonies of #86908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86908F

Black with #86908F

Text Example


Text Example

White with #86908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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