#86948D

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

Shades of Granny Smith #86948D

Tints of Granny Smith #86948D

Color information

#86948D (or 0x86948D) is unknown color: approx Granny Smith. HEX triplet: 86, 94 and 8D. RGB value is (134,148,141). Sum of RGB (Red+Green+Blue) = 134+148+141=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #86948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948D is #796B72. Grayscale: #8F8F8F. Windows color (decimal): -7957363 or 9278598. OLE color: 9278598.

HSL color Cylindrical-coordinate representation of color #86948D: hue angle of 150º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86948D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB134148141-
CMYK0.0900.050.42
HSL150º6.14%55.29%-
HSV(B)150º9.46%58.04%-
XYZ25.2328.1729.31-
YUV143.02126.86121.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=31.68%
G=34.99%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481410.0900.050.421506.1455.29
Hex86948D9052A96637
Octal206224215110552226667
Binary1000011010010100100011011001010110101010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86948D; }

 p { color: rgb(134,148,141); }

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

<style>
 a { background-color: #86948D; }

 a { background-color: rgb(134,148,141); }

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

<style>
 span { border-color: #86948D; }

 span { border-color: rgb(134,148,141); }

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