Html Css Color HEX #84908F Oslo Grey

📋 copy color: '#84908F'

red 132 ◦ green 144 ◦ blue 143

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

Shades of Oslo Grey #84908F

Tints of Oslo Grey #84908F

RGB

 RED value IS 132 (51.95% from 255) = 31.5%

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

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

R = 31.5%
G = 34.37%
B = 34.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#84908F (or 0x84908F) is known color: Oslo Grey. HEX triplet: 84, 90 and 8F. RGB value is (132,144,143). Sum of RGB (Red+Green+Blue) = 132+144+143=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #84908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84908F is #7B6F70. Grayscale: #8C8C8C. Windows color (decimal): -8089457 or 9408644. OLE color: 9408644.

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

Color convert

RGB 132 144 143 -
CMYK 0.08 0 0.01 0.44
HSL 175º 0.05% 0.54% -
HSV(B) 175º 0.08% 0.56% -
XYZ 24.45 26.84 29.88 -
YUV 140.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 132 144 143 0.08 0 0.01 0.44 175 0.05 0.54
Hex 84 90 8F 8 0 1 2C AF 5 36
Octal 204 220 217 10 0 1 54 257 5 66
Binary 10000100 10010000 10001111 1000 0 1 101100 10101111 101 110110

Color Harmonies of #84908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84908F

Black with #84908F

Text Example


Text Example

White with #84908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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