#888F8B

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

Shades of Granny Smith #888F8B

Tints of Granny Smith #888F8B

Color information

#888F8B (or 0x888F8B) is unknown color: approx Granny Smith. HEX triplet: 88, 8F and 8B. RGB value is (136,143,139). Sum of RGB (Red+Green+Blue) = 136+143+139=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 143 - color contains mainly: green. Hex color #888F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F8B is #777074. Grayscale: #8C8C8C. Windows color (decimal): -7827573 or 9146248. OLE color: 9146248.

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

Color convert

RGB136143139-
CMYK0.0500.030.44
HSL145.71º3.03%54.71%-
HSV(B)145.71º4.9%56.08%-
XYZ24.6426.7428.29-
YUV140.45127.18124.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=32.54%
G=34.21%
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.44
SystemRedGreenBlueCMYKHSL
Decimal1361431390.0500.030.44145.713.0354.71
Hex888F8B5032C92337
Octal21021721350354222367
Binary1000100010001111100010111010111011001001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888F8B; }

 p { color: rgb(136,143,139); }

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

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

 a { background-color: rgb(136,143,139); }

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

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

 span { border-color: rgb(136,143,139); }

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