Html Css Color HEX #869492 Oslo Grey

📋 copy color: '#869492'

red 134 ◦ green 148 ◦ blue 146

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

Shades of Oslo Grey #869492

Tints of Oslo Grey #869492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 31.31%
G = 34.58%
B = 34.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#869492 (or 0x869492) is known color: Oslo Grey. HEX triplet: 86, 94 and 92. RGB value is (134,148,146). Sum of RGB (Red+Green+Blue) = 134+148+146=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 148 - color contains mainly: green. Hex color #869492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869492 is #796B6D. Grayscale: #8F8F8F. Windows color (decimal): -7957358 or 9606278. OLE color: 9606278.

HSL color Cylindrical-coordinate representation of color #869492: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869492 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 146 -
CMYK 0.09 0 0.01 0.42
HSL 171.43º 0.06% 0.55% -
HSV(B) 171.43º 0.09% 0.58% -
XYZ 25.61 28.32 31.31 -
YUV 143.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 134 148 146 0.09 0 0.01 0.42 171.43 0.06 0.55
Hex 86 94 92 9 0 1 2A AB 6 37
Octal 206 224 222 11 0 1 52 253 6 67
Binary 10000110 10010100 10010010 1001 0 1 101010 10101011 110 110111

Color Harmonies of #869492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869492

Black with #869492

Text Example


Text Example

White with #869492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869492; }

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

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

background-color css

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

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

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

border-color css

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

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

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