#84948F

Color #84948F Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #84948F

Tints of Granny Smith #84948F

Color information

#84948F (or 0x84948F) is unknown color: approx Granny Smith. HEX triplet: 84, 94 and 8F. RGB value is (132,148,143). Sum of RGB (Red+Green+Blue) = 132+148+143=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #84948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84948F is #7B6B70. Grayscale: #8E8E8E. Windows color (decimal): -8088433 or 9409668. OLE color: 9409668.

HSL color Cylindrical-coordinate representation of color #84948F: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84948F is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB132148143-
CMYK0.1100.030.42
HSL161.25º6.96%54.9%-
HSV(B)161.25º10.81%58.04%-
XYZ25.0628.0730.08-
YUV142.65128.2120.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=31.21%
G=34.99%
B=33.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481430.1100.030.42161.256.9654.9
Hex84948FB032Aa1737
Octal204224217130352241767
Binary100001001001010010001111101101110101010100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84948F;
 }
 .AnyTagClassName
 {
   color: #84948F;
 }
</style>
background-color css

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

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

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

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

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

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