Html Css Color HEX #818E8C Oslo Grey

📋 copy color: '#818E8C'

red 129 ◦ green 142 ◦ blue 140

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

Shades of Oslo Grey #818E8C

Tints of Oslo Grey #818E8C

RGB

 RED value IS 129 (50.78% from 255) = 31.39%

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 31.39%
G = 34.55%
B = 34.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#818E8C (or 0x818E8C) is known color: Oslo Grey. HEX triplet: 81, 8E and 8C. RGB value is (129,142,140). Sum of RGB (Red+Green+Blue) = 129+142+140=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 142 - color contains mainly: green. Hex color #818E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E8C is #7E7173. Grayscale: #898989. Windows color (decimal): -8286580 or 9211521. OLE color: 9211521.

HSL color Cylindrical-coordinate representation of color #818E8C: hue angle of 170.77º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818E8C is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 140 -
CMYK 0.09 0 0.01 0.44
HSL 170.77º 0.05% 0.53% -
HSV(B) 170.77º 0.09% 0.56% -
XYZ 23.46 25.91 28.57 -
YUV 137.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 129 142 140 0.09 0 0.01 0.44 170.77 0.05 0.53
Hex 81 8E 8C 9 0 1 2C AB 5 35
Octal 201 216 214 11 0 1 54 253 5 65
Binary 10000001 10001110 10001100 1001 0 1 101100 10101011 101 110101

Color Harmonies of #818E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E8C

Black with #818E8C

Text Example


Text Example

White with #818E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E8C; }

 p { color: rgb(129,142,140); }

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

background-color css

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

 a { background-color: rgb(129,142,140); }

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

border-color css

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

 span { border-color: rgb(129,142,140); }

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