#86928D

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

Shades of Granny Smith #86928D

Tints of Granny Smith #86928D

Color information

#86928D (or 0x86928D) is unknown color: approx Granny Smith. HEX triplet: 86, 92 and 8D. RGB value is (134,146,141). Sum of RGB (Red+Green+Blue) = 134+146+141=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #86928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86928D is #796D72. Grayscale: #8D8D8D. Windows color (decimal): -7957875 or 9278086. OLE color: 9278086.

HSL color Cylindrical-coordinate representation of color #86928D: hue angle of 155º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86928D is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB134146141-
CMYK0.0800.030.43
HSL155º5.22%54.9%-
HSV(B)155º8.22%57.25%-
XYZ24.9227.5529.2-
YUV141.84127.52122.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=31.83%
G=34.68%
B=33.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341461410.0800.030.431555.2254.9
Hex86928D8032B9b537
Octal206222215100353233567
Binary100001101001001010001101100001110101110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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