#86928F

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

Shades of Granny Smith #86928F

Tints of Granny Smith #86928F

Color information

#86928F (or 0x86928F) is unknown color: approx Granny Smith. HEX triplet: 86, 92 and 8F. RGB value is (134,146,143). Sum of RGB (Red+Green+Blue) = 134+146+143=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 146 - color contains mainly: green. Hex color #86928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86928F is #796D70. Grayscale: #8E8E8E. Windows color (decimal): -7957873 or 9409158. OLE color: 9409158.

HSL color Cylindrical-coordinate representation of color #86928F: hue angle of 165º 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 #86928F is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB134146143-
CMYK0.0800.020.43
HSL165º5.22%54.9%-
HSV(B)165º8.22%57.25%-
XYZ25.0727.6129.99-
YUV142.07128.52122.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=31.68%
G=34.52%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341461430.0800.020.431655.2254.9
Hex86928F8022Ba5537
Octal206222217100253245567
Binary100001101001001010001111100001010101110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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