#848B87

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

Shades of Granny Smith #848B87

Tints of Granny Smith #848B87

Color information

#848B87 (or 0x848B87) is unknown color: approx Granny Smith. HEX triplet: 84, 8B and 87. RGB value is (132,139,135). Sum of RGB (Red+Green+Blue) = 132+139+135=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 139 - color contains mainly: green. Hex color #848B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B87 is #7B7478. Grayscale: #888888. Windows color (decimal): -8090745 or 8883076. OLE color: 8883076.

HSL color Cylindrical-coordinate representation of color #848B87: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848B87 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB132139135-
CMYK0.0500.030.45
HSL145.71º2.93%53.14%-
HSV(B)145.71º5.04%54.51%-
XYZ23.1225.1226.55-
YUV136.45127.18124.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=32.51%
G=34.24%
B=33.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321391350.0500.030.45145.712.9353.14
Hex848B875032D92335
Octal20421320750355222365
Binary1000010010001011100001111010111011011001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B87; }

 p { color: rgb(132,139,135); }

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

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

 a { background-color: rgb(132,139,135); }

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

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

 span { border-color: rgb(132,139,135); }

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